Changeset 2781
- Timestamp:
- 09/17/07 20:05:53
- Files:
-
- releases/v1.0/pre-releases/v0.0.2 (copied) (copied from trunk)
- releases/v1.0/pre-releases/v0.0.2/bindings/python/Makefile.am (modified) (2 diffs)
- releases/v1.0/pre-releases/v0.0.2/configure.ac (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-account.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-account.sgml (modified) (2 diffs)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-folder.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-send-queue.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-folder.sgml (modified) (2 diffs)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-gtk-header-list-model.sgml (modified) (1 diff)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (3 diffs)
- releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-shared.sgml (modified) (9 diffs)
- releases/v1.0/pre-releases/v0.0.2/po/POTFILES.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/v1.0/pre-releases/v0.0.2/bindings/python/Makefile.am
r2698 r2781 4 4 -I$(top_srcdir)/libtinymailui-gtk -I$(top_srcdir)/libtinymail-camel \ 5 5 -I$(top_srcdir)/$(PLATFORMDIR) -I$(top_srcdir)/libtinymail-camel/camel-lite 6 7 DIST_SUBDIRS=gendefs 6 8 7 9 common_ldflags = -module -avoid-version … … 71 73 EXTRA_DIST = \ 72 74 filter.py \ 73 scanvirtuals.py \74 75 tinymail.override \ 75 76 tinymailui.override \ releases/v1.0/pre-releases/v0.0.2/configure.ac
r2698 r2781 1 m4_define([tny_major_version], [ 1])1 m4_define([tny_major_version], [0]) 2 2 m4_define([tny_minor_version], [0]) 3 m4_define([tny_micro_version], [ 0])3 m4_define([tny_micro_version], [2]) 4 4 m4_define([tny_version], 5 5 [tny_major_version.tny_minor_version.tny_micro_version]) releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-account-store.sgml
r2663 r2781 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.2/docs/devel/reference/tmpl/tny-account.sgml
r2663 r2781 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.2/docs/devel/reference/tmpl/tny-camel-account.sgml
r2574 r2781 63 63 64 64 @account: 65 @canceled: 65 66 @err: 67 @user_data: 66 68 67 69 … … 106 108 @online: 107 109 @callback: 110 @user_data: 108 111 109 112 releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-folder.sgml
r1638 r2781 24 24 25 25 26 <!-- ##### FUNCTION tny_camel_folder_get_folder ##### -->27 <para>28 29 </para>30 31 @self:32 @Returns:33 34 releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-send-queue.sgml
r2574 r2781 59 59 60 60 61 <!-- ##### FUNCTION tny_camel_send_queue_join_worker ##### -->62 <para>63 64 </para>65 66 @self:67 68 releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-device.sgml
r2663 r2781 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.2/docs/devel/reference/tmpl/tny-folder.sgml
r2663 r2781 142 142 143 143 144 <!-- ##### FUNCTION tny_folder_remove_msgs ##### -->145 <para>146 147 </para>148 149 @self:150 @headers:151 @err:152 153 154 <!-- ##### FUNCTION tny_folder_remove_msg_async ##### -->155 <para>156 157 </para>158 159 @self:160 @header:161 @err:162 163 164 144 <!-- ##### FUNCTION tny_folder_add_msg ##### --> 165 145 <para> … … 170 150 @msg: 171 151 @err: 172 173 174 <!-- ##### FUNCTION tny_folder_add_msg_async ##### -->175 <para>176 177 </para>178 179 @self:180 @msg:181 @callback:182 @status_callback:183 @user_data:184 152 185 153 releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-gtk-header-list-model.sgml
r944 r2781 66 66 @folder: 67 67 @refresh: 68 @callback: 69 @status_callback: 70 @user_data: 68 71 69 72 releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-send-queue.sgml
r2663 r2781 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. … … 71 60 72 61 </para> 73 74 @:75 @:76 @:77 @:78 @:79 62 80 63 @tnysendqueue: the object which received the signal. releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-shared.sgml
r2663 r2781 47 47 </para> 48 48 49 @ :49 @tnyaccountstore: the object which received the signal. 50 50 51 51 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 250 250 </para> 251 251 252 @ tnyaccount: the object which received the signal.252 @: 253 253 254 254 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 307 307 </para> 308 308 309 @ :310 @ :309 @tnydevice: the object which received the signal. 310 @arg1: 311 311 312 312 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 382 382 @write_to_stream_func: 383 383 384 <!-- ##### USER_FUNCTION TnyGetPassFunc ##### --> 385 <para> 386 This method happens whenever the password must be requested from the user. You must return the password for #TnyAccount self. 387 </para> 388 389 @self: The #TnyAccount instance for which the password is needed 390 @prompt: A prompt that you can display to the user. This is a human-readable password question, possibly 391 containing an untranslated error message directly from the server. This should be ignored by most 392 implementations, so NULL is an acceptable value. 393 @cancel: A by-ref boolean for if the user wants to cancel the connection request 394 @Returns: Return the password for #TnyAccount self entered by the user. 395 396 397 <!-- ##### USER_FUNCTION TnyForgetPassFunc ##### --> 398 <para> 399 This method happens in case the password was wrong. Also take a look at tny_account_set_forget_pass_func 400 </para> 401 402 @self: the #TnyAccount instance of which the password was wrong 403 404 405 <!-- ##### USER_FUNCTION TnyGetHeadersCallback ##### --> 406 <para> 407 408 </para> 409 410 @self: 411 @canceled: 412 @headers: 413 @err: 414 @user_data: 415 416 417 <!-- ##### USER_FUNCTION TnyGetMsgCallback ##### --> 418 <para> 419 A method that gets called after tny_folder_get_msg_async is finished 420 getting the message or in case there was an error. 421 </para> 422 423 @folder: the #TnyFolder instance from which the message was requested 424 @canceled: 425 @msg: the #TnyMsg instance that was requested 426 @err: in case there was an error, this !GError instance is not NULL 427 @user_data: user data passed at the caller 428 429 430 <!-- ##### USER_FUNCTION TnyTransferMsgsCallback ##### --> 431 <para> 432 A method that gets called after tny_folder_transfer_msgs_async is finished 433 transferring the messages. 434 </para> 435 436 @folder: the #TnyFolder instance from which the messages where transferred 437 @canceled: 438 @err: in case there was an error, this !GError instance is not NULL 439 @user_data: user data passed at the caller 440 441 442 <!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 443 <para> 444 A method that gets called whenever there's a status event 445 </para> 446 447 @self: The sender of the status 448 @status: a #TnyStatus object 449 @user_data: user data passed by the caller 450 451 384 452 <!-- ##### STRUCT TnySimpleList ##### --> 385 453 <para> … … 453 521 @parent: 454 522 523 <!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### --> 524 <para> 525 A method that happens after tny_folder_store_get_folders_async is finished 526 </para> 527 528 @self: the #TnyFolderStore from which the child folders where requested 529 @canceled: 530 @list: a #TnyList with #TnyFolder instances (the requested children of @self) 531 @err: in case there was an error, this !GError instance is not NULL 532 @user_data: user data passed at the caller 533 534 535 <!-- ##### USER_FUNCTION TnyCopyFolderCallback ##### --> 536 <para> 537 538 </para> 539 540 @self: 541 @canceled: 542 @into: 543 @new_folder: 544 @err: 545 @user_data: 546 547 455 548 <!-- ##### STRUCT TnyMsgRemoveStrategy ##### --> 456 549 <para> … … 478 571 </para> 479 572 480 @ tnysendqueue: the object which received the signal.481 @ arg1:482 @ arg2:483 @ arg3:573 @: 574 @: 575 @: 576 @: 484 577 485 578 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> … … 488 581 </para> 489 582 490 @ tnysendqueue: the object which received the signal.491 @ arg1:492 @ arg2:493 @ arg3:494 @ arg4:583 @: 584 @: 585 @: 586 @: 587 @: 495 588 496 589 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 499 592 </para> 500 593 501 @ tnysendqueue: the object which received the signal.502 @ arg1:503 @ arg2:504 @ arg3:505 @ arg4:594 @: 595 @: 596 @: 597 @: 598 @: 506 599 507 600 <!-- ##### STRUCT TnySendQueueIface ##### --> … … 688 781 @parent: 689 782 690 <!-- ##### USER_FUNCTION TnyGetPassFunc ##### -->691 <para>692 This method happens whenever the password must be requested from the user. You must return the password for #TnyAccount self.693 </para>694 695 @self: The #TnyAccount instance for which the password is needed696 @prompt: A prompt that you can display to the user. This is a human-readable password question, possibly697 containing an untranslated error message directly from the server. This should be ignored by most698 implementations, so NULL is an acceptable value.699 @cancel: A by-ref boolean for if the user wants to cancel the connection request700 @Returns: Return the password for #TnyAccount self entered by the user.701 702 703 <!-- ##### USER_FUNCTION TnyForgetPassFunc ##### -->704 <para>705 This method happens in case the password was wrong. Also take a look at tny_account_set_forget_pass_func706 </para>707 708 @self: the #TnyAccount instance of which the password was wrong709 710 711 <!-- ##### USER_FUNCTION TnyFolderCallback ##### -->712 <para>713 714 </para>715 716 @self:717 @cancelled:718 @err:719 @user_data:720 721 722 <!-- ##### USER_FUNCTION TnyGetHeadersCallback ##### -->723 <para>724 725 </para>726 727 @self:728 @cancelled:729 @headers:730 @err:731 @user_data:732 733 734 <!-- ##### USER_FUNCTION TnyGetMsgCallback ##### -->735 <para>736 A method that gets called after tny_folder_get_msg_async is finished737 getting the message or in case there was an error.738 </para>739 740 @folder: the #TnyFolder instance from which the message was requested741 @cancelled:742 @msg: the #TnyMsg instance that was requested743 @err: in case there was an error, this !GError instance is not NULL744 @user_data: user data passed at the caller745 746 747 <!-- ##### USER_FUNCTION TnyTransferMsgsCallback ##### -->748 <para>749 A method that gets called after tny_folder_transfer_msgs_async is finished750 transferring the messages.751 </para>752 753 @folder: the #TnyFolder instance from which the messages where transferred754 @cancelled:755 @err: in case there was an error, this !GError instance is not NULL756 @user_data: user data passed at the caller757 758 759 <!-- ##### USER_FUNCTION TnyStatusCallback ##### -->760 <para>761 A method that gets called whenever there's a status event762 </para>763 764 @self: The sender of the status765 @status: a #TnyStatus object766 @user_data: user data passed by the caller767 768 769 <!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### -->770 <para>771 A method that happens after tny_folder_store_get_folders_async is finished772 </para>773 774 @self: the #TnyFolderStore from which the child folders where requested775 @cancelled:776 @list: a #TnyList with #TnyFolder instances (the requested children of @self)777 @err: in case there was an error, this !GError instance is not NULL778 @user_data: user data passed at the caller779 780 781 <!-- ##### USER_FUNCTION TnyCopyFolderCallback ##### -->782 <para>783 784 </para>785 786 @self:787 @cancelled:788 @into:789 @new_folder:790 @err:791 @user_data:792 793 794 <!-- ##### USER_FUNCTION TnySendQueueAddCallback ##### -->795 <para>796 797 </para>798 799 @self:800 @cancelled:801 @msg:802 @err:803 @user_data:804 805 releases/v1.0/pre-releases/v0.0.2/po/POTFILES.in
r2501 r2781 275 275 tests/shared/account-store.c 276 276 tests/memory/memory-test.c 277 tests/test-conic.c278 tests/test-conic-from-button.c279 tests/test-device-conic.c280 277 libtinymail-maemo/tny-maemo-device.c 281 278 libtinymail-maemo/tny-maemo-platform-factory.c
