Changeset 3428
- Timestamp:
- 02/21/08 18:38:49
- Files:
-
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/bodystruct.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/envelope.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-account.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-camel-header.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-error.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-mime-part.sgml (modified) (2 diffs)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (7 diffs)
- releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-shared.sgml (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/bodystruct.sgml
r3151 r3428 53 53 54 54 @next: 55 @disposition: 56 @encoding: 57 @description: 58 @envelope: 59 @subparts: 60 @octets: 61 @lines: 62 @part_spec: 63 @parent: 64 @ref_count: 55 65 56 66 <!-- ##### FUNCTION bodystruct_parse ##### --> releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/envelope.sgml
r3151 r3428 48 48 49 49 50 <!-- ##### FUNCTION envelope_parse ##### --> 51 <para> 52 53 </para> 54 55 @inbuf: 56 @inlen: 57 @err: 58 @Returns: 59 60 50 61 <!-- ##### FUNCTION envelope_free ##### --> 51 62 <para> releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-account-store.sgml
r3419 r3428 49 49 50 50 </para> 51 52 @: 51 53 52 54 @tnyaccountstore: the object which received the signal. releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-account.sgml
r3419 r3428 28 28 29 29 </para> 30 31 @:32 30 33 31 @tnyaccount: the object which received the signal. releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-camel-header.sgml
r1702 r3428 25 25 26 26 27 <!-- ##### STRUCT TnyCamelHeader ##### --> 28 <para> 29 30 </para> 31 32 releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-device.sgml
r3419 r3428 36 36 37 37 </para> 38 39 @: 40 @: 38 41 39 42 @tnydevice: the object which received the signal. releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-error.sgml
r1274 r3428 32 32 33 33 34 <!-- ##### TYPEDEF TError ##### --> 35 <para> 36 37 </para> 38 39 40 <!-- ##### FUNCTION tny_error_get_message ##### --> 41 <para> 42 43 </para> 44 45 @err: 46 @Returns: 47 48 49 <!-- ##### FUNCTION tny_error_get_code ##### --> 50 <para> 51 52 </para> 53 54 @err: 55 @Returns: 56 57 34 58 <!-- ##### FUNCTION tny_error_domain_get_type ##### --> 35 59 <para> releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-mime-part.sgml
r3408 r3428 86 86 87 87 88 <!-- ##### FUNCTION tny_mime_part_get_decoded_stream ##### --> 89 <para> 90 91 </para> 92 93 @self: 94 @Returns: 95 96 88 97 <!-- ##### FUNCTION tny_mime_part_write_to_stream ##### --> 89 98 <para> … … 286 295 287 296 297 <!-- ##### FUNCTION tny_mime_part_get_transfer_encoding ##### --> 298 <para> 299 300 </para> 301 302 @self: 303 @Returns: 304 305 306 <!-- ##### FUNCTION tny_mime_part_set_transfer_encoding ##### --> 307 <para> 308 309 </para> 310 311 @self: 312 @transfer_encoding: 313 314 releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-send-queue.sgml
r3419 r3428 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. … … 122 109 123 110 111 <!-- ##### ENUM TnySendQueueCancelAction ##### --> 112 <para> 113 114 </para> 115 116 @TNY_SEND_QUEUE_CANCEL_ACTION_SUSPEND: 117 @TNY_SEND_QUEUE_CANCEL_ACTION_REMOVE: 118 124 119 <!-- ##### FUNCTION tny_send_queue_add ##### --> 125 120 <para> … … 130 125 @msg: 131 126 @err: 127 128 129 <!-- ##### FUNCTION tny_send_queue_add_async ##### --> 130 <para> 131 132 </para> 133 134 @self: 135 @msg: 136 @callback: 137 @status_callback: 138 @user_data: 132 139 133 140 releases/v1.0/pre-releases/v0.0.8/docs/devel/reference/tmpl/tny-shared.sgml
r3419 r3428 54 54 </para> 55 55 56 @ :56 @tnyaccountstore: the object which received the signal. 57 57 58 58 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 262 262 </para> 263 263 264 @ tnyaccount: the object which received the signal.264 @: 265 265 266 266 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 321 321 </para> 322 322 323 @ :324 @ :323 @tnydevice: the object which received the signal. 324 @arg1: 325 325 326 326 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 493 493 </para> 494 494 495 @: 496 @: 497 @: 498 @: 499 500 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 501 <para> 502 503 </para> 504 505 @: 506 @: 507 @: 508 @: 509 @: 510 511 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 512 <para> 513 514 </para> 515 516 @: 517 @: 518 @: 519 @: 520 @: 521 522 <!-- ##### SIGNAL TnySendQueue::queue-start ##### --> 523 <para> 524 525 </para> 526 495 527 @tnysendqueue: the object which received the signal. 496 @arg1: 497 @arg2: 498 @arg3: 499 500 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 528 529 <!-- ##### SIGNAL TnySendQueue::queue-stop ##### --> 501 530 <para> 502 531 … … 504 533 505 534 @tnysendqueue: the object which received the signal. 506 @arg1:507 @arg2:508 @arg3:509 @arg4:510 511 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### -->512 <para>513 514 </para>515 516 @tnysendqueue: the object which received the signal.517 @arg1:518 @arg2:519 @arg3:520 @arg4:521 522 <!-- ##### SIGNAL TnySendQueue::queue-start ##### -->523 <para>524 525 </para>526 527 @:528 529 <!-- ##### SIGNAL TnySendQueue::queue-stop ##### -->530 <para>531 532 </para>533 534 @:535 535 536 536 <!-- ##### STRUCT TnySendQueueIface ##### --> … … 737 737 @set_current: 738 738 739 <!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 740 <para> 741 A method that gets called whenever there's a status event 742 </para> 743 744 @self: The sender of the status 745 @status: a #TnyStatus object 746 @user_data: user data passed by the caller 747 748 739 749 <!-- ##### USER_FUNCTION TnyGetPassFunc ##### --> 740 750 <para> … … 758 768 759 769 760 <!-- ##### USER_FUNCTION Tny FolderCallback ##### -->770 <!-- ##### USER_FUNCTION TnyMimePartCallback ##### --> 761 771 <para> 762 772 … … 765 775 @self: 766 776 @cancelled: 777 @stream: 767 778 @err: 768 779 @user_data: 780 781 782 <!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### --> 783 <para> 784 A method that happens after tny_folder_store_get_folders_async is finished 785 </para> 786 787 @self: the #TnyFolderStore from which the child folders where requested 788 @cancelled: 789 @list: a #TnyList with #TnyFolder instances (the requested children of @self) 790 @err: in case there was an error, this !GError instance is not NULL 791 @user_data: user data passed at the caller 769 792 770 793 … … 781 804 782 805 783 <!-- ##### USER_FUNCTION Tny MimePartCallback ##### -->806 <!-- ##### USER_FUNCTION TnyFolderCallback ##### --> 784 807 <para> 785 808 … … 788 811 @self: 789 812 @cancelled: 790 @stream:791 813 @err: 792 814 @user_data: … … 826 848 @folder: the #TnyFolder instance from which the messages where transferred 827 849 @cancelled: 828 @err: in case there was an error, this !GError instance is not NULL829 @user_data: user data passed at the caller830 831 832 <!-- ##### USER_FUNCTION TnyStatusCallback ##### -->833 <para>834 A method that gets called whenever there's a status event835 </para>836 837 @self: The sender of the status838 @status: a #TnyStatus object839 @user_data: user data passed by the caller840 841 842 <!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### -->843 <para>844 A method that happens after tny_folder_store_get_folders_async is finished845 </para>846 847 @self: the #TnyFolderStore from which the child folders where requested848 @cancelled:849 @list: a #TnyList with #TnyFolder instances (the requested children of @self)850 850 @err: in case there was an error, this !GError instance is not NULL 851 851 @user_data: user data passed at the caller
