Changeset 408
- Timestamp:
- 05/28/06 19:41:51
- Files:
-
- trunk/docs/devel/reference/tmpl/libtinymail-unused.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (2 diffs)
- trunk/libtinymail-camel/tny-msg-header.c (modified) (1 diff)
- trunk/libtinymail-camel/tny-msg-mime-part.c (modified) (2 diffs)
- trunk/libtinymail-gnome-desktop/tny-account-store.c (modified) (2 diffs)
- trunk/libtinymail-gnome-desktop/tny-device.c (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-device.h (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-password-dialog.c (modified) (1 diff)
- trunk/libtinymail/tny-account-iface.c (modified) (2 diffs)
- trunk/libtinymail/tny-account-store-iface.c (modified) (3 diffs)
- trunk/libtinymail/tny-device-iface.c (modified) (1 diff)
- trunk/libtinymail/tny-msg-folder-iface.c (modified) (1 diff)
- trunk/libtinymail/tny-msg-mime-part-iface.c (modified) (1 diff)
- trunk/libtinymail/tny-stream-iface.c (modified) (1 diff)
- trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c (modified) (1 diff)
- trunk/libtinymailui/tny-platform-factory-iface.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/libtinymail-unused.sgml
r406 r408 98 98 @Returns: 99 99 100 <!-- ##### FUNCTION tny_device_get_new ##### --> 101 <para> 102 103 </para> 104 105 @Returns: 106 100 107 <!-- ##### FUNCTION tny_msg_folder_proxy_new ##### --> 101 108 <para> trunk/docs/devel/reference/tmpl/tny-device.sgml
r406 r408 26 26 27 27 28 <!-- ##### FUNCTION tny_device_get_new ##### -->29 <para>30 31 </para>32 33 @Returns:34 35 trunk/docs/devel/reference/tmpl/tny-shared.sgml
r407 r408 375 375 </para> 376 376 377 @expr: 377 @expr: the expression 378 378 379 379 … … 383 383 </para> 384 384 385 @expr: 386 387 385 @expr: the expression 386 387 trunk/libtinymail-camel/tny-msg-header.c
r385 r408 95 95 } 96 96 97 /** 98 * tny_msg_header_set_use_summary: 99 * @self: The #TnyMsgHeader instance 100 * @val: Whether or not to use summary capabilities 101 * 102 **/ 97 103 void 98 104 tny_msg_header_set_use_summary (TnyMsgHeader *self, gboolean val) trunk/libtinymail-camel/tny-msg-mime-part.c
r385 r408 329 329 } 330 330 331 331 /** 332 * tny_msg_mime_part_set_part: 333 * @self: The #TnyMsgMimePart instance 334 * @part: The #CamelMimePart instance 335 * 336 * 337 **/ 332 338 void 333 339 tny_msg_mime_part_set_part (TnyMsgMimePart *self, CamelMimePart *part) … … 350 356 } 351 357 358 /** 359 * tny_msg_mime_part_get_part: 360 * @self: The #TnyMsgMimePart instance 361 * 362 * Return value: The #CamelMimePart instance 363 **/ 352 364 CamelMimePart* 353 365 tny_msg_mime_part_get_part (TnyMsgMimePart *self) trunk/libtinymail-gnome-desktop/tny-account-store.c
r405 r408 561 561 562 562 /** 563 * tny_account_store_ get_instance:563 * tny_account_store_new: 564 564 * 565 565 * 566 * Return value: The #TnyAccountStoreIface singletoninstance566 * Return value: A new #TnyAccountStoreIface instance 567 567 **/ 568 568 TnyAccountStore* … … 626 626 } 627 627 628 629 /** 630 * tny_account_store_get_session: 631 * @self: The #TnyAccountStore instance 632 * 633 * Return value: A #TnySessionCamel instance 634 **/ 628 635 TnySessionCamel* 629 636 tny_account_store_get_session (TnyAccountStore *self) trunk/libtinymail-gnome-desktop/tny-device.c
r380 r408 87 87 88 88 /** 89 * tny_device_ get_instance:89 * tny_device_new: 90 90 * 91 * 92 * Return value: The #TnyDeviceIface singleton instance 91 * Return value: A new #TnyDeviceIface instance 93 92 **/ 94 93 TnyDevice* trunk/libtinymail-gnome-desktop/tny-device.h
r256 r408 52 52 GType tny_device_get_type (void); 53 53 54 TnyDevice* tny_device_ get_new (void);54 TnyDevice* tny_device_new (void); 55 55 56 56 G_END_DECLS trunk/libtinymail-gnome-desktop/tny-password-dialog.c
r380 r408 70 70 71 71 /** 72 * tny_ summary_window_new:72 * tny_password_dialog_new: 73 73 * 74 74 * trunk/libtinymail/tny-account-iface.c
r379 r408 209 209 } 210 210 211 211 212 /** 212 213 * tny_account_iface_set_pass_func: … … 215 216 * 216 217 * Set the function that will be called when the password is needed. 217 * The function must resturn a newly allocated string with the password.218 218 * 219 219 * You need to set this property before you can start using the account. trunk/libtinymail/tny-account-store-iface.c
r398 r408 136 136 * TnyAccountStoreIface::account_changed: 137 137 * @self: the object on which the signal is emitted 138 * @account: the #TnyAccountIface of the account that changed 138 * @arg1: the #TnyAccountIface of the account that changed 139 * @user_data: user data set when the signal handler was connected 139 140 * 140 141 * Emitted when an account in the store changed … … 152 153 * TnyAccountStoreIface::account_inserted: 153 154 * @self: the object on which the signal is emitted 154 * @account: the #TnyAccountIface of the account that got inserted 155 * @arg1: the #TnyAccountIface of the account that got inserted 156 * @user_data: user data set when the signal handler was connected. 155 157 * 156 158 * Emitted when an account is added to the store … … 170 172 * TnyAccountStoreIface::account_removed: 171 173 * @self: the object on which the signal is emitted 172 * @account: the #TnyAccountIface of the account that got removed 174 * @arg1: the #TnyAccountIface of the account that got removed 175 * @user_data: user data set when the signal handler was connected. 173 176 * 174 177 * Emitted when an account is removed from the store trunk/libtinymail/tny-device-iface.c
r398 r408 44 44 * TnyDeviceIface::connection_changed: 45 45 * @self: the object on which the signal is emitted 46 * @online: Whether or not the device is now online 46 * @arg1: Whether or not the device is now online 47 * @user_data: user data set when the signal handler was connected. 47 48 * 48 49 * Emitted when the connection status of a device changes. trunk/libtinymail/tny-msg-folder-iface.c
r398 r408 287 287 * TnyMsgFolderIface::folder_inserted: 288 288 * @self: the object on which the signal is emitted 289 * @arg1: The folder that got inserted 289 290 * @folder: the #TnyMsgFolderIface as the added folder 290 291 * trunk/libtinymail/tny-msg-mime-part-iface.c
r398 r408 202 202 * @self: a #TnyMsgMimePartIface object 203 203 * @stream: a #TnyMsgStreamIface stream 204 * @type: the type like text/plain 204 205 * 205 206 * Set the stream from which the message part will read its content trunk/libtinymail/tny-stream-iface.c
r379 r408 119 119 120 120 /** 121 * tny_stream_iface_ eos:121 * tny_stream_iface_reset: 122 122 * @self: a #TnyStreamIface object 123 123 * trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c
r380 r408 275 275 276 276 /** 277 * tny_moz embed_msg_view_new:277 * tny_moz_embed_msg_view_new: 278 278 * @save_strategy: The save strategy to use 279 279 * trunk/libtinymailui/tny-platform-factory-iface.c
r379 r408 22 22 #include <tny-platform-factory-iface.h> 23 23 24 24 /** 25 * tny_platform_factory_iface_new_account_store: 26 * @self: a TnyPlatformFactoryIface object 27 * 28 * Return value: a #TnyAccountStoreIface instance 29 **/ 25 30 TnyAccountStoreIface* 26 31 tny_platform_factory_iface_new_account_store (TnyPlatformFactoryIface *self) … … 29 34 } 30 35 36 /** 37 * tny_platform_factory_iface_new_device: 38 * @self: a TnyPlatformFactoryIface object 39 * 40 * Return value: a #TnyDeviceIface instance 41 **/ 31 42 TnyDeviceIface* 32 43 tny_platform_factory_iface_new_device (TnyPlatformFactoryIface *self) … … 35 46 } 36 47 48 /** 49 * tny_platform_factory_iface_new_msg_view: 50 * @self: a TnyPlatformFactoryIface object 51 * 52 * Return value: a #TnyMsgViewIface instance 53 **/ 37 54 TnyMsgViewIface* 38 55 tny_platform_factory_iface_new_msg_view (TnyPlatformFactoryIface *self)
