Changeset 398

Show
Ignore:
Timestamp:
05/27/06 11:34:34
Author:
pvanhoof
Message:

gtkdoc changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from config.h stamp-h1 libtinymail-*.tar.gz libtinymail.spec .anjuta .svnignore .tm_project2.cache configure config.log depcomp TODO.tasks config.guess ltmain.sh config.sub anjuta gtk-doc.make tinymail.anjuta Makefile Makefile.in mkinstalldirs config.status autom4te.cache libtool tm_project2.cache missing aclocal.m4 install-sh to anjuta.anjuta config.h stamp-h1 libtinymail-*.tar.gz libtinymail.spec .anjuta .svnignore .tm_project2.cache configure config.log depcomp TODO.tasks config.guess ltmain.sh config.sub anjuta gtk-doc.make tinymail.anjuta Makefile Makefile.in mkinstalldirs config.status autom4te.cache libtool tm_project2.cache missing aclocal.m4 install-sh
  • trunk/.svnignore

    r379 r398  
     1anjuta.anjuta 
    12config.h 
    23stamp-h1 
  • trunk/libtinymail/tny-account-store-iface.c

    r379 r398  
    138138 * @account: the #TnyAccountIface of the account that changed 
    139139 * 
    140  * The "account_changed" signal is emitted when an account in the store changed 
    141  **
     140 * Emitted when an account in the store changed 
     141 *
    142142                tny_account_store_iface_signals[ACCOUNT_CHANGED] = 
    143143                   g_signal_new ("account_changed", 
     
    154154 * @account: the #TnyAccountIface of the account that got inserted 
    155155 * 
    156  * The "account_inserted" signal is emitted when an account is added to the 
    157  * store 
    158  **/ 
     156 * Emitted when an account is added to the store 
     157 */ 
    159158 
    160159 
     
    173172 * @account: the #TnyAccountIface of the account that got removed 
    174173 * 
    175  * The "account_removed" signal is emitted when an account is removed from the 
    176  * store 
    177  **/ 
     174 * Emitted when an account is removed from the store 
     175 */ 
    178176                tny_account_store_iface_signals[ACCOUNT_REMOVED] = 
    179177                   g_signal_new ("account_removed", 
     
    189187 * @self: the object on which the signal is emitted 
    190188 * 
    191  * The "accounts_reloaded" signal is emitted when the store reloaded the  
    192  * accounts 
    193  **/ 
     189 * Emitted when the store reloads the accounts 
     190 */ 
    194191                tny_account_store_iface_signals[ACCOUNTS_RELOADED] = 
    195192                   g_signal_new ("accounts_reloaded", 
  • trunk/libtinymail/tny-device-iface.c

    r379 r398  
    4646 * @online: Whether or not the device is now online 
    4747 * 
    48  * The "connection_changed" signal is emitted when the connection 
    49  * status of a device changes. 
    50  **/ 
     48 * Emitted when the connection status of a device changes. 
     49 */ 
    5150                tny_device_iface_signals[CONNECTION_CHANGED] = 
    5251                   g_signal_new ("connection_changed", 
  • trunk/libtinymail/tny-fs-stream.c

    r379 r398  
    137137 * tny_fs_stream_set_fd: 
    138138 * @self: A #TnyFsStream instance 
    139  * @handle: The file descriptor to write to or read from 
     139 * @fd: The file descriptor to write to or read from 
    140140 * 
    141141 * Set the file descriptor to play adaptor for 
     
    165165/** 
    166166 * tny_fs_stream_new: 
    167  * @handle: The file descriptor to write to or read from 
     167 * @fd: The file descriptor to write to or read from 
    168168 * 
    169169 * Create an adaptor instance between #TnyStreamIface and a file descriptor 
  • trunk/libtinymail/tny-msg-folder-iface.c

    r379 r398  
    289289 * @folder: the #TnyMsgFolderIface as the added folder 
    290290 * 
    291  * The "folder_inserted" signal is emitted when a folder got added to  
    292  * the folder 
     291 * Emitted when a folder gets added to the folder 
    293292 **/ 
    294293                tny_msg_folder_iface_signals[FOLDER_INSERTED] = 
     
    305304 * @self: the object on which the signal is emitted 
    306305 * 
    307  * The "folders_reloaded" signal is emitted when the folder got 
    308  * reloaded. 
    309  **/ 
     306 * Emitted when the folder gets reloaded. 
     307 */ 
    310308                tny_msg_folder_iface_signals[FOLDERS_RELOADED] = 
    311309                   g_signal_new ("folders_reloaded", 
  • trunk/libtinymail/tny-msg-header-iface.c

    r379 r398  
    5656 * tny_msg_header_iface_set_bcc: 
    5757 * @self: a #TnyMsgHeaderIface object 
    58  * @from: the bcc header in a comma separated list 
     58 * @bcc: the bcc header in a comma separated list 
    5959 *  
    6060 * Set the bcc header. Also look at the to header for more information 
     
    7272 * tny_msg_header_iface_set_cc: 
    7373 * @self: a #TnyMsgHeaderIface object 
    74  * @from: the cc header in a comma separated list 
     74 * @cc: the cc header in a comma separated list 
    7575 *  
    7676 * Set the cc header. Also look at the to header for more information 
  • trunk/libtinymail/tny-msg-mime-part-iface.c

    r379 r398  
    247247 * tny_msg_mime_part_iface_content_type_is: 
    248248 * @self: a #TnyMsgMimePartIface object 
    249  * @content_type: The content type in the string format "type/subtype" 
     249 * @content_type: The content type in the string format type/subtype 
    250250 *  
    251251 * Efficiently checks whether a part is of type content_type 
  • trunk/libtinymail/tny-store-account-iface.c

    r379 r398  
    2626 * tny_store_account_iface_unsubscribe: 
    2727 * @self: a #TnyStoreAccountIface object 
    28  * @folder_name: The folder name to unsubscribe from 
     28 * @folder: The folder to unsubscribe from 
    2929 * 
    3030 * Unsubscribe from a folder 
     
    4141 * tny_store_account_iface_subscribe: 
    4242 * @self: a #TnyStoreAccountIface object 
    43  * @folder_name: The folder name to subscribe to 
     43 * @folder: The folder to subscribe to 
    4444 * 
    4545 * Subscribe to a folder 
  • trunk/libtinymailui-gtk/tny-msg-header-view.c

    r380 r398  
    8585/** 
    8686 * tny_msg_header_view_new: 
    87  * @save_strategy: The save strategy to use 
    8887 * 
    8988 * Return value: a new #TnyMsgHeaderViewIface instance implemented for Gtk+