Changeset 2781

Show
Ignore:
Timestamp:
09/17/07 20:05:53
Author:
pvanhoof
Message:

Various fixes for make distcheck

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/v1.0/pre-releases/v0.0.2/bindings/python/Makefile.am

    r2698 r2781  
    44        -I$(top_srcdir)/libtinymailui-gtk -I$(top_srcdir)/libtinymail-camel \ 
    55        -I$(top_srcdir)/$(PLATFORMDIR) -I$(top_srcdir)/libtinymail-camel/camel-lite 
     6 
     7DIST_SUBDIRS=gendefs 
    68 
    79common_ldflags = -module -avoid-version 
     
    7173EXTRA_DIST = \ 
    7274        filter.py \ 
    73         scanvirtuals.py \ 
    7475        tinymail.override \ 
    7576        tinymailui.override \ 
  • releases/v1.0/pre-releases/v0.0.2/configure.ac

    r2698 r2781  
    1 m4_define([tny_major_version], [1]) 
     1m4_define([tny_major_version], [0]) 
    22m4_define([tny_minor_version], [0]) 
    3 m4_define([tny_micro_version], [0]) 
     3m4_define([tny_micro_version], [2]) 
    44m4_define([tny_version], 
    55          [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  
    4949 
    5050</para> 
     51 
     52@: 
    5153 
    5254@tnyaccountstore: the object which received the signal. 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-account.sgml

    r2663 r2781  
    2828 
    2929</para> 
    30  
    31 @: 
    3230 
    3331@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  
    6363 
    6464@account:  
     65@canceled:  
    6566@err:  
     67@user_data:  
    6668 
    6769 
     
    106108@online:  
    107109@callback:  
     110@user_data:  
    108111 
    109112 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-camel-folder.sgml

    r1638 r2781  
    2424 
    2525 
    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  
    5959 
    6060 
    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  
    3636 
    3737</para> 
     38 
     39@:  
     40@: 
    3841 
    3942@tnydevice: the object which received the signal. 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-folder.sgml

    r2663 r2781  
    142142 
    143143 
    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  
    164144<!-- ##### FUNCTION tny_folder_add_msg ##### --> 
    165145<para> 
     
    170150@msg:  
    171151@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:  
    184152 
    185153 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-gtk-header-list-model.sgml

    r944 r2781  
    6666@folder:  
    6767@refresh:  
     68@callback:  
     69@status_callback:  
     70@user_data:  
    6871 
    6972 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-send-queue.sgml

    r2663 r2781  
    4040</para> 
    4141 
    42 @:  
    43 @:  
    44 @:  
    45 @: 
    46  
    4742@tnysendqueue: the object which received the signal. 
    4843@arg1:  
     
    5449 
    5550</para> 
    56  
    57 @:  
    58 @:  
    59 @:  
    60 @:  
    61 @: 
    6251 
    6352@tnysendqueue: the object which received the signal. 
     
    7160 
    7261</para> 
    73  
    74 @:  
    75 @:  
    76 @:  
    77 @:  
    78 @: 
    7962 
    8063@tnysendqueue: the object which received the signal. 
  • releases/v1.0/pre-releases/v0.0.2/docs/devel/reference/tmpl/tny-shared.sgml

    r2663 r2781  
    4747</para> 
    4848 
    49 @:  
     49@tnyaccountstore: the object which received the signal. 
    5050 
    5151<!-- ##### STRUCT TnyAccountStoreIface ##### --> 
     
    250250</para> 
    251251 
    252 @tnyaccount: the object which received the signal. 
     252@:  
    253253 
    254254<!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> 
     
    307307</para> 
    308308 
    309 @:  
    310 @:  
     309@tnydevice: the object which received the signal. 
     310@arg1:  
    311311 
    312312<!-- ##### STRUCT TnyDeviceIface ##### --> 
     
    382382@write_to_stream_func:  
    383383 
     384<!-- ##### USER_FUNCTION TnyGetPassFunc ##### --> 
     385<para> 
     386This 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  
     391containing an untranslated error message directly from the server. This should be ignored by most  
     392implementations, 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> 
     399This 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> 
     419A method that gets called after tny_folder_get_msg_async is finished 
     420getting 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> 
     432A method that gets called after tny_folder_transfer_msgs_async is finished 
     433transferring 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> 
     444A 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 
    384452<!-- ##### STRUCT TnySimpleList ##### --> 
    385453<para> 
     
    453521@parent:  
    454522 
     523<!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### --> 
     524<para> 
     525A 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 
    455548<!-- ##### STRUCT TnyMsgRemoveStrategy ##### --> 
    456549<para> 
     
    478571</para> 
    479572 
    480 @tnysendqueue: the object which received the signal. 
    481 @arg1:  
    482 @arg2:  
    483 @arg3:  
     573@:  
     574@:  
     575@:  
     576@:  
    484577 
    485578<!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> 
     
    488581</para> 
    489582 
    490 @tnysendqueue: the object which received the signal. 
    491 @arg1:  
    492 @arg2:  
    493 @arg3:  
    494 @arg4:  
     583@:  
     584@:  
     585@:  
     586@:  
     587@:  
    495588 
    496589<!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> 
     
    499592</para> 
    500593 
    501 @tnysendqueue: the object which received the signal. 
    502 @arg1:  
    503 @arg2:  
    504 @arg3:  
    505 @arg4:  
     594@:  
     595@:  
     596@:  
     597@:  
     598@:  
    506599 
    507600<!-- ##### STRUCT TnySendQueueIface ##### --> 
     
    688781@parent:  
    689782 
    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 needed 
    696 @prompt: A prompt that you can display to the user. This is a human-readable password question, possibly  
    697 containing an untranslated error message directly from the server. This should be ignored by most  
    698 implementations, so NULL is an acceptable value. 
    699 @cancel: A by-ref boolean for if the user wants to cancel the connection request 
    700 @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_func 
    706 </para> 
    707  
    708 @self: the #TnyAccount instance of which the password was wrong 
    709  
    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 finished 
    737 getting the message or in case there was an error. 
    738 </para> 
    739  
    740 @folder: the #TnyFolder instance from which the message was requested 
    741 @cancelled:  
    742 @msg: the #TnyMsg instance that was requested 
    743 @err: in case there was an error, this !GError instance is not NULL 
    744 @user_data: user data passed at the caller 
    745  
    746  
    747 <!-- ##### USER_FUNCTION TnyTransferMsgsCallback ##### --> 
    748 <para> 
    749 A method that gets called after tny_folder_transfer_msgs_async is finished 
    750 transferring the messages. 
    751 </para> 
    752  
    753 @folder: the #TnyFolder instance from which the messages where transferred 
    754 @cancelled:  
    755 @err: in case there was an error, this !GError instance is not NULL 
    756 @user_data: user data passed at the caller 
    757  
    758  
    759 <!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 
    760 <para> 
    761 A method that gets called whenever there's a status event 
    762 </para> 
    763  
    764 @self: The sender of the status 
    765 @status: a #TnyStatus object 
    766 @user_data: user data passed by the caller 
    767  
    768  
    769 <!-- ##### USER_FUNCTION TnyGetFoldersCallback ##### --> 
    770 <para> 
    771 A method that happens after tny_folder_store_get_folders_async is finished 
    772 </para> 
    773  
    774 @self: the #TnyFolderStore from which the child folders where requested 
    775 @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 NULL 
    778 @user_data: user data passed at the caller 
    779  
    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  
    275275tests/shared/account-store.c 
    276276tests/memory/memory-test.c 
    277 tests/test-conic.c 
    278 tests/test-conic-from-button.c 
    279 tests/test-device-conic.c 
    280277libtinymail-maemo/tny-maemo-device.c 
    281278libtinymail-maemo/tny-maemo-platform-factory.c