Changeset 284
- Timestamp:
- 05/12/06 15:23:01
- Files:
-
- trunk/libtinymail-gnome-desktop/tny-platform-factory.h (modified) (1 diff)
- trunk/libtinymail/tny-shared.h (modified) (1 diff)
- trunk/libtinymailui/tny-platform-factory-iface.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-gnome-desktop/tny-platform-factory.h
r279 r284 35 35 #define TNY_PLATFORM_FACTORY_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), TNY_TYPE_PLATFORM_FACTORY, TnyPlatformFactoryClass)) 36 36 37 /* This is an abstract type */38 39 37 typedef struct _TnyPlatformFactory TnyPlatformFactory; 40 38 typedef struct _TnyPlatformFactoryClass TnyPlatformFactoryClass; trunk/libtinymail/tny-shared.h
r279 r284 45 45 typedef struct _TnyMsgHeaderProxy TnyMsgHeaderProxy; 46 46 typedef struct _TnyMsgHeaderProxyClass TnyMsgHeaderProxyClass; 47 typedef struct _TnyPlatformFactoryIface PlatformFactoryIface;48 typedef struct _ PlatformFactoryIfaceClassPlatformFactoryIfaceClass;47 typedef struct _TnyPlatformFactoryIface TnyPlatformFactoryIface; 48 typedef struct _TnyPlatformFactoryIfaceClass TnyPlatformFactoryIfaceClass; 49 49 typedef gchar* (*TnyGetPassFunc) (TnyAccountIface *self, const gchar *prompt); 50 50 typedef void (*TnyForgetPassFunc) (TnyAccountIface *self); trunk/libtinymailui/tny-platform-factory-iface.h
r279 r284 35 35 #define TNY_PLATFORM_FACTORY_IFACE_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), TNY_TYPE_PLATFORM_FACTORY_IFACE, TnyPlatformFactoryIfaceClass)) 36 36 37 typedef struct _TnyPlatformFactoryIface TnyPlatformFactoryIface;38 typedef struct _TnyPlatformFactoryIfaceClass TnyPlatformFactoryIfaceClass;39 40 37 41 38 struct _TnyPlatformFactoryIfaceClass
