Changeset 1854
- Timestamp:
- 04/28/07 12:26:38
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-account-store.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-change.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (5 diffs)
- trunk/docs/devel/reference/tmpl/tny-status.sgml (modified) (1 diff)
- trunk/gentypes.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r1721 r1854 37 37 </para> 38 38 39 40 <!-- ##### SIGNAL TnyAccountStore::account-changed ##### --> 41 <para> 42 43 </para> 44 45 @tnyaccountstore: the object which received the signal. 46 @arg1: 47 48 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### --> 49 <para> 50 51 </para> 52 53 @tnyaccountstore: the object which received the signal. 54 @arg1: 55 56 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### --> 57 <para> 58 59 </para> 60 61 @tnyaccountstore: the object which received the signal. 62 @arg1: 63 64 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### --> 65 <para> 66 67 </para> 68 69 @tnyaccountstore: the object which received the signal. 39 70 40 71 <!-- ##### STRUCT TnyAccountStoreIface ##### --> trunk/docs/devel/reference/tmpl/tny-device.sgml
r1214 r1854 24 24 </para> 25 25 26 27 <!-- ##### SIGNAL TnyDevice::connection-changed ##### --> 28 <para> 29 30 </para> 31 32 @tnydevice: the object which received the signal. 33 @arg1: 26 34 27 35 <!-- ##### STRUCT TnyDeviceIface ##### --> trunk/docs/devel/reference/tmpl/tny-enums.sgml
r1832 r1854 23 23 </para> 24 24 25 @TNY_FOLDER_STATUS_CODE_REFRESH: a status that occurs while a folder is being refreshed 25 @TNY_FOLDER_STATUS_CODE_REFRESH: a status that occurs while a folder is being refreshed 26 26 @TNY_FOLDER_STATUS_CODE_GET_MSG: a status that occurs while a message is being downloaded 27 27 trunk/docs/devel/reference/tmpl/tny-folder-change.sgml
r1684 r1854 51 51 @self: 52 52 @newname: 53 54 55 <!-- ##### FUNCTION tny_folder_change_set_received_msg ##### --> 56 <para> 57 58 </para> 59 60 @self: 61 @msg: 62 63 64 <!-- ##### FUNCTION tny_folder_change_get_received_msg ##### --> 65 <para> 66 67 </para> 68 69 @self: 70 @Returns: 53 71 54 72 trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r1831 r1854 40 40 </para> 41 41 42 @:43 @:44 @:45 @:46 47 42 @tnysendqueue: the object which received the signal. 48 43 @arg1: … … 54 49 55 50 </para> 56 57 @:58 @:59 @:60 @:61 51 62 52 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1832 r1854 34 34 </para> 35 35 36 37 <!-- ##### SIGNAL TnyAccountStore::account-changed ##### --> 38 <para> 39 40 </para> 41 42 @tnyaccountstore: the object which received the signal. 43 @arg1: 44 45 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### --> 46 <para> 47 48 </para> 49 50 @tnyaccountstore: the object which received the signal. 51 @arg1: 52 53 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### --> 54 <para> 55 56 </para> 57 58 @tnyaccountstore: the object which received the signal. 59 @arg1: 60 61 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### --> 62 <para> 63 64 </para> 65 66 @tnyaccountstore: the object which received the signal. 36 67 37 68 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 263 294 264 295 296 <!-- ##### SIGNAL TnyDevice::connection-changed ##### --> 297 <para> 298 299 </para> 300 301 @tnydevice: the object which received the signal. 302 @arg1: 303 265 304 <!-- ##### STRUCT TnyDeviceIface ##### --> 266 305 <para> … … 394 433 </para> 395 434 396 @self: The sender of the status 435 @self: The sender of the status 397 436 @status: a #TnyStatus object 398 437 @user_data: user data passed by the caller … … 506 545 </para> 507 546 508 @ tnysendqueue: the object which received the signal.509 @ arg1:510 @ arg2:511 @ arg3:547 @: 548 @: 549 @: 550 @: 512 551 513 552 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 516 555 </para> 517 556 518 @ tnysendqueue: the object which received the signal.519 @ arg1:520 @ arg2:521 @ arg3:557 @: 558 @: 559 @: 560 @: 522 561 523 562 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/docs/devel/reference/tmpl/tny-status.sgml
r1832 r1854 136 136 137 137 138 <!-- ##### FUNCTION tny_status_set_fraction ##### --> 139 <para> 140 141 </para> 142 143 @status: 144 @fraction: 145 146 147 <!-- ##### FUNCTION tny_status_get_fraction ##### --> 148 <para> 149 150 </para> 151 152 @status: 153 @Returns: 154 155 trunk/gentypes.sh
r1821 r1854 3 3 echo "#include <glib.h>" > docs/devel/reference/libtinymail.types 4 4 5 find $srcdir -maxdepth 2 -type f -iname '*.h' -printf '#include <%f>\n' | grep -v "\-priv" | grep -v "\-test" | grep -v platform_include.h | grep -v camel.h | grep -v config.h | grep -v tny-demoui-summary-view.h | grep -v olpc | grep -v gnome | grep -v maemo | grep -v gpe | grep -v acap | grep -v tny-gtk-enums.h | grep -v tny-enums.h | grep -v tny-get-msg-queue.h | grep -v tny-generic-send-queue.h >> docs/devel/reference/libtinymail.types5 find $srcdir -maxdepth 2 -type f -iname '*.h' -printf '#include <%f>\n' | grep -v "\-priv" | grep -v "\-test" | grep -v platform_include.h | grep -v camel.h | grep -v config.h | grep -v tny-demoui-summary-view.h | grep -v olpc | grep -v gnome | grep -v maemo | grep -v gpe | grep -v acap | grep -v tny-gtk-enums.h | grep -v tny-enums.h | grep -v tny-get-msg-queue.h | grep -v tny-generic-send-queue.h | grep -v check >> docs/devel/reference/libtinymail.types 6 6 7 7 echo >> docs/devel/reference/libtinymail.types
