Changeset 3606
- Timestamp:
- 04/20/08 18:39:45
- Files:
-
- trunk/docs/devel/reference/Makefile.am (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-account.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (5 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (6 diffs)
- trunk/docs/devel/reference/tmpl/tny-store-account.sgml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/Makefile.am
r3601 r3606 23 23 24 24 # Extra options to pass to gtkdoc-scangobj. Not normally needed. 25 SCANGOBJ_OPTIONS= --deprecated-guards="TNY_DISABLE_DEPRECATED"25 SCANGOBJ_OPTIONS= 26 26 27 27 TO_SCAN = \ … … 36 36 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 37 37 38 SCAN_OPTIONS=$(TO_SCAN) \38 SCAN_OPTIONS=$(TO_SCAN) --deprecated-guards="TNY_DISABLE_DEPRECATED" \ 39 39 --ignore-headers="`find $(top_srcdir)/libtinymail-camel/camel-lite/ -name \*.h -printf \"%f \"`" 40 40 trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r3604 r3606 49 49 50 50 </para> 51 52 @: 51 53 52 54 @tnyaccountstore: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-account.sgml
r3604 r3606 28 28 29 29 </para> 30 31 @:32 30 33 31 @tnyaccount: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-device.sgml
r3604 r3606 36 36 37 37 </para> 38 39 @: 40 @: 38 41 39 42 @tnydevice: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r3604 r3606 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 @:62 51 63 52 @tnysendqueue: the object which received the signal. … … 72 61 </para> 73 62 74 @:75 @:76 @:77 @:78 @:79 80 63 @tnysendqueue: the object which received the signal. 81 64 @arg1: … … 89 72 </para> 90 73 74 @: 75 91 76 @tnysendqueue: the object which received the signal. 92 77 … … 95 80 96 81 </para> 82 83 @: 97 84 98 85 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r3604 r3606 54 54 </para> 55 55 56 @ :56 @tnyaccountstore: the object which received the signal. 57 57 58 58 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 263 263 </para> 264 264 265 @ tnyaccount: the object which received the signal.265 @: 266 266 267 267 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 322 322 </para> 323 323 324 @ :325 @ :324 @tnydevice: the object which received the signal. 325 @arg1: 326 326 327 327 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 348 348 </para> 349 349 350 @ tnystoreaccount: the object which received the signal.351 @ arg1:350 @: 351 @: 352 352 353 353 <!-- ##### STRUCT TnyStoreAccountIface ##### --> … … 494 494 </para> 495 495 496 @: 497 @: 498 @: 499 @: 500 501 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 502 <para> 503 504 </para> 505 506 @: 507 @: 508 @: 509 @: 510 @: 511 512 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 513 <para> 514 515 </para> 516 517 @: 518 @: 519 @: 520 @: 521 @: 522 523 <!-- ##### SIGNAL TnySendQueue::queue-start ##### --> 524 <para> 525 526 </para> 527 496 528 @tnysendqueue: the object which received the signal. 497 @arg1: 498 @arg2: 499 @arg3: 500 501 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 529 530 <!-- ##### SIGNAL TnySendQueue::queue-stop ##### --> 502 531 <para> 503 532 … … 505 534 506 535 @tnysendqueue: the object which received the signal. 507 @arg1:508 @arg2:509 @arg3:510 @arg4:511 512 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### -->513 <para>514 515 </para>516 517 @tnysendqueue: the object which received the signal.518 @arg1:519 @arg2:520 @arg3:521 @arg4:522 523 <!-- ##### SIGNAL TnySendQueue::queue-start ##### -->524 <para>525 526 </para>527 528 @:529 530 <!-- ##### SIGNAL TnySendQueue::queue-stop ##### -->531 <para>532 533 </para>534 535 @:536 536 537 537 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/docs/devel/reference/tmpl/tny-store-account.sgml
r3604 r3606 35 35 36 36 </para> 37 38 @:39 @:40 37 41 38 @tnystoreaccount: the object which received the signal.
