Changeset 250
- Timestamp:
- 05/10/06 00:28:30
- Files:
-
- trunk/libtinymail/Makefile.am (modified) (2 diffs)
- trunk/libtinymail/tny-device-iface.c (added)
- trunk/libtinymail/tny-device-iface.h (added)
- trunk/libtinymail/tny-shared.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail/Makefile.am
r168 r250 9 9 tny-msg-header-iface.h \ 10 10 tny-msg-iface.h \ 11 tny-device-iface.h \ 11 12 tny-account-iface.h \ 12 13 tny-store-account-iface.h \ … … 21 22 tny-msg-mime-part-iface.c \ 22 23 tny-msg-folder-iface.c \ 24 tny-device-iface.c \ 23 25 tny-account-iface.c \ 24 26 tny-store-account-iface.c \ trunk/libtinymail/tny-shared.h
r240 r250 33 33 typedef struct _TnyAccountIface TnyAccountIface; 34 34 typedef struct _TnyAccountIfaceClass TnyAccountIfaceClass; 35 typedef struct _TnyDeviceIface TnyDeviceIface; 36 typedef struct _TnyDeviceIfaceClass TnyDeviceIfaceClass; 35 37 typedef struct _TnyStoreAccountIface TnyStoreAccountIface; 36 38 typedef struct _TnyStoreAccountIfaceClass TnyStoreAccountIfaceClass;
