Changeset 2003
- Timestamp:
- 05/17/07 18:39:44
- Files:
-
- trunk/docs/devel/reference/Makefile.am (modified) (3 diffs)
- trunk/docs/devel/reference/libtinymail-docs.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/tny-async-worker-queue-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-async-worker-queue-task-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-async-worker-queue-task.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-async-worker-queue.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-camel-account.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-common-priv.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-enums.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-folder.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/tny-generic-send-queue-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-generic-send-queue.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-get-msg-queue-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-get-msg-queue.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-gtk-header-list-iterator-priv.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-queue-task.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-queue.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/Makefile.am
r2002 r2003 94 94 -I$(top_srcdir)/libtinymail-gnomevfs \ 95 95 -I$(top_srcdir)/tinymail \ 96 -I$(top_srcdir)/tests/shared 96 -I$(top_srcdir)/tests/shared \ 97 -I$(top_srcdir)/libtinymail-queues \ 98 -I$(top_srcdir)/libtinymail-asyncworker \ 99 $(LIBTINYMAIL_ASYNCWORKER_CFLAGS) 97 100 98 101 GTKDOC_LIBS= $(LIBTINYMAIL_LIBS) $(LIBTINYMAILUI_LIBS) \ … … 100 103 $(LIBTINYMAILUI_GTK_LIBS) $(LIBTINYMAILUI_MOZEMBED_LIBS) \ 101 104 $(LIBTINYMAIL_GNOME_DESKTOP_LIBS) $(LIBTINYMAIL_TEST_LIBS) \ 102 $(TINYMAIL_LIBS) \105 $(TINYMAIL_LIBS) $(LIBTINYMAIL_ASYNCWORKER_LIBS) \ 103 106 $(top_builddir)/libtinymail/libtinymail-$(API_VERSION).la \ 104 107 $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ … … 108 111 $(top_builddir)/libtinymail-gnome-desktop/libtinymail-gnome-desktop-$(API_VERSION).la \ 109 112 $(top_builddir)/libtinymail-gnomevfs/libtinymail-gnomevfs-$(API_VERSION).la \ 113 $(top_builddir)/libtinymail-queues/libtinymail-queues-$(API_VERSION).la \ 114 $(top_builddir)/libtinymail-asyncworker/libtinymail-asyncworker-$(API_VERSION).la \ 110 115 $(top_builddir)/tests/shared/libtestsshared.a 111 116 trunk/docs/devel/reference/libtinymail-docs.sgml
r1872 r2003 94 94 <!ENTITY libtinymail-gnome-desktop-TnyGnomeDevice SYSTEM "xml/tny-gnome-device.xml"> 95 95 96 <!ENTITY libtinymail-asyncworker-TnyAsyncWorkerQueueTask SYSTEM "xml/tny-async-worker-queue-task.xml"> 97 <!ENTITY libtinymail-asyncworker-TnyAsyncWorkerQueue SYSTEM "xml/tny-async-worker-queue.xml"> 98 99 <!ENTITY libtinymail-queues-TnyQueue SYSTEM "xml/tny-queue.xml"> 100 <!ENTITY libtinymail-queues-TnyQueueTask SYSTEM "xml/tny-queue-task.xml"> 101 <!ENTITY libtinymail-queues-TnyGenericSendQueue SYSTEM "xml/tny-generic-send-queue.xml"> 102 <!ENTITY libtinymail-queues-TnyGetMsgQueue SYSTEM "xml/tny-get-msg-queue.xml"> 96 103 97 104 <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml"> … … 212 219 </chapter> 213 220 221 <chapter id="libtinymail-queues"> 222 <title>A queue library</title> 223 &libtinymail-queues-TnyQueue; 224 &libtinymail-queues-TnyQueueTask; 225 &libtinymail-queues-TnyGenericSendQueue; 226 &libtinymail-queues-TnyGetMsgQueue; 227 </chapter> 228 229 <chapter id="libtinymail-asyncworker"> 230 <title>A library that implements TnyQueue</title> 231 &libtinymail-asyncworker-TnyAsyncWorkerQueueTask; 232 &libtinymail-asyncworker-TnyAsyncWorkerQueue; 233 </chapter> 234 214 235 <chapter id="libtinymail-camel"> 215 236 <title>libtinymail-camel - implementation of the main library</title> trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r1931 r2003 43 43 </para> 44 44 45 @:46 @:47 48 45 @tnyaccountstore: the object which received the signal. 49 46 @arg1: … … 53 50 54 51 </para> 55 56 @:57 @:58 52 59 53 @tnyaccountstore: the object which received the signal. … … 65 59 </para> 66 60 67 @:68 @:69 70 61 @tnyaccountstore: the object which received the signal. 71 62 @arg1: … … 75 66 76 67 </para> 77 78 @:79 68 80 69 @tnyaccountstore: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-camel-account.sgml
r1638 r2003 91 91 92 92 93 <!-- ##### USER_FUNCTION TnyCamelGetSupportedSecureAuthCallback ##### --> 94 <para> 95 96 </para> 97 98 @self: 99 @cancelled: 100 @auth_types: 101 @err: 102 @user_data: 103 104 105 <!-- ##### FUNCTION tny_camel_account_get_supported_secure_authentication ##### --> 106 <para> 107 108 </para> 109 110 @self: 111 @callback: 112 @status_callback: 113 @user_data: 114 115 trunk/docs/devel/reference/tmpl/tny-common-priv.sgml
r1931 r2003 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-device.sgml
r1931 r2003 29 29 30 30 </para> 31 32 @:33 @:34 31 35 32 @tnydevice: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-enums.sgml
r1931 r2003 34 34 @TNY_FOLDER_STATUS: a status domain code for folder 35 35 @TNY_GET_MSG_QUEUE_STATUS: 36 @TNY_GET_SUPPORTED_SECURE_AUTH_STATUS: 36 37 37 38 <!-- ##### ENUM TnyFolderCaps ##### --> trunk/docs/devel/reference/tmpl/tny-folder.sgml
r1931 r2003 44 44 @get_id_func: 45 45 @get_account_func: 46 @set_name_func:47 46 @get_folder_type_func: 48 47 @get_all_count_func: … … 54 53 @transfer_msgs_async_func: 55 54 @copy_func: 55 @copy_async_func: 56 56 @poke_status_func: 57 57 @add_observer_func: … … 215 215 216 216 217 <!-- ##### FUNCTION tny_folder_set_name ##### -->218 <para>219 220 </para>221 222 @self:223 @name:224 @err:225 226 227 217 <!-- ##### FUNCTION tny_folder_get_folder_type ##### --> 228 218 <para> … … 320 310 321 311 312 <!-- ##### FUNCTION tny_folder_copy_async ##### --> 313 <para> 314 315 </para> 316 317 @self: 318 @into: 319 @new_name: 320 @del: 321 @callback: 322 @status_callback: 323 @user_data: 324 325 322 326 <!-- ##### FUNCTION tny_folder_poke_status ##### --> 323 327 <para> trunk/docs/devel/reference/tmpl/tny-gtk-header-list-iterator-priv.sgml
r886 r2003 27 27 @current: 28 28 29 <!-- ##### MACRO TNY_GTK_HEADER_LIST_MODEL_GET_PRIVATE ##### --> 30 <para> 31 32 </para> 33 34 @o: 35 36 37 <!-- ##### STRUCT TnyGtkHeaderListModelPriv ##### --> 38 <para> 39 40 </para> 41 42 @iterator_lock: 43 @folder: 44 @stamp: 45 @registered: 46 @updating_views: 47 @ra_lock: 48 @to_lock: 49 @cur_len: 50 @add_timeout: 51 @timeout_span: 52 @items: 53 @del_timeouts: 54 @iterator: 55 trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r1931 r2003 40 40 </para> 41 41 42 @: 43 @: 44 @: 45 @: 46 42 47 @tnysendqueue: the object which received the signal. 43 48 @arg1: … … 49 54 50 55 </para> 56 57 @: 58 @: 59 @: 60 @: 51 61 52 62 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1947 r2003 16 16 17 17 <!-- ##### SECTION Stability_Level ##### --> 18 19 20 <!-- ##### MACRO tny_debug ##### --> 21 <para> 22 23 </para> 24 18 25 19 26 … … 40 47 </para> 41 48 42 @ tnyaccountstore: the object which received the signal.43 @ arg1:49 @: 50 @: 44 51 45 52 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### --> … … 48 55 </para> 49 56 50 @ tnyaccountstore: the object which received the signal.51 @ arg1:57 @: 58 @: 52 59 53 60 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### --> … … 56 63 </para> 57 64 58 @ tnyaccountstore: the object which received the signal.59 @ arg1:65 @: 66 @: 60 67 61 68 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### --> … … 64 71 </para> 65 72 66 @ tnyaccountstore: the object which received the signal.73 @: 67 74 68 75 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 164 171 @get_id_func: 165 172 @get_account_func: 166 @set_name_func:167 173 @get_folder_type_func: 168 174 @get_all_count_func: … … 174 180 @transfer_msgs_async_func: 175 181 @copy_func: 182 @copy_async_func: 176 183 @poke_status_func: 177 184 @add_observer_func: … … 297 304 </para> 298 305 299 @ tnydevice: the object which received the signal.300 @ arg1:306 @: 307 @: 301 308 302 309 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 522 529 523 530 531 <!-- ##### USER_FUNCTION TnyCopyFolderCallback ##### --> 532 <para> 533 534 </para> 535 536 @self: 537 @into: 538 @cancelled: 539 @new_folder: 540 @err: 541 @user_data: 542 543 524 544 <!-- ##### STRUCT TnyMsgRemoveStrategy ##### --> 525 545 <para> … … 547 567 </para> 548 568 549 @ :550 @ :551 @ :552 @ :569 @tnysendqueue: the object which received the signal. 570 @arg1: 571 @arg2: 572 @arg3: 553 573 554 574 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 557 577 </para> 558 578 559 @ :560 @ :561 @ :562 @ :579 @tnysendqueue: the object which received the signal. 580 @arg1: 581 @arg2: 582 @arg3: 563 583 564 584 <!-- ##### STRUCT TnySendQueueIface ##### -->
