Changeset 284

Show
Ignore:
Timestamp:
05/12/06 15:23:01
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-gnome-desktop/tny-platform-factory.h

    r279 r284  
    3535#define TNY_PLATFORM_FACTORY_GET_CLASS(inst)  (G_TYPE_INSTANCE_GET_CLASS ((inst), TNY_TYPE_PLATFORM_FACTORY, TnyPlatformFactoryClass)) 
    3636 
    37 /* This is an abstract type */ 
    38  
    3937typedef struct _TnyPlatformFactory TnyPlatformFactory; 
    4038typedef struct _TnyPlatformFactoryClass TnyPlatformFactoryClass; 
  • trunk/libtinymail/tny-shared.h

    r279 r284  
    4545typedef struct _TnyMsgHeaderProxy TnyMsgHeaderProxy; 
    4646typedef struct _TnyMsgHeaderProxyClass TnyMsgHeaderProxyClass; 
    47 typedef struct _TnyPlatformFactoryIface PlatformFactoryIface; 
    48 typedef struct _PlatformFactoryIfaceClass PlatformFactoryIfaceClass; 
     47typedef struct _TnyPlatformFactoryIface TnyPlatformFactoryIface; 
     48typedef struct _TnyPlatformFactoryIfaceClass TnyPlatformFactoryIfaceClass; 
    4949typedef gchar* (*TnyGetPassFunc) (TnyAccountIface *self, const gchar *prompt); 
    5050typedef void (*TnyForgetPassFunc) (TnyAccountIface *self); 
  • trunk/libtinymailui/tny-platform-factory-iface.h

    r279 r284  
    3535#define TNY_PLATFORM_FACTORY_IFACE_GET_CLASS(inst)  (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TNY_TYPE_PLATFORM_FACTORY_IFACE, TnyPlatformFactoryIfaceClass)) 
    3636 
    37 typedef struct _TnyPlatformFactoryIface TnyPlatformFactoryIface; 
    38 typedef struct _TnyPlatformFactoryIfaceClass TnyPlatformFactoryIfaceClass; 
    39  
    4037 
    4138struct _TnyPlatformFactoryIfaceClass