Changeset 109
- Timestamp:
- 02/22/06 01:59:41
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
- trunk/doc/Makefile.am (added)
- trunk/doc/devel/Makefile.am (added)
- trunk/doc/devel/reference (added)
- trunk/doc/devel/reference/Makefile.am (added)
- trunk/doc/devel/reference/libtinymail-docs.sgml (added)
- trunk/libtinymail-camel/tny-camel-stream.c (modified) (1 diff)
- trunk/libtinymail-camel/tny-msg-folder.c (modified) (1 diff)
- trunk/libtinymail-camel/tny-session-camel.c (modified) (3 diffs)
- trunk/libtinymail-camel/tny-stream-camel.c (modified) (1 diff)
- trunk/libtinymail-gnomevfs/tny-vfs-stream.c (modified) (1 diff)
- trunk/libtinymail/tny-account-iface.c (modified) (6 diffs)
- trunk/libtinymail/tny-account-store-iface.c (modified) (1 diff)
- trunk/libtinymail/tny-msg-folder-iface.c (modified) (5 diffs)
- trunk/libtinymail/tny-msg-header-iface.c (modified) (3 diffs)
- trunk/libtinymail/tny-msg-iface.c (modified) (3 diffs)
- trunk/libtinymail/tny-msg-mime-part-iface.c (modified) (2 diffs)
- trunk/libtinymailui-gtk/tny-account-tree-model.c (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-attach-list-model.c (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-msg-header-list-model.c (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-text-buffer-stream.c (modified) (1 diff)
- trunk/libtinymailui/tny-msg-view-iface.c (modified) (1 diff)
- trunk/libtinymailui/tny-msg-window-iface.c (modified) (1 diff)
- trunk/libtinymailui/tny-summary-window-iface.c (modified) (1 diff)
- trunk/tinymail/tny-password-dialog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r101 r109 23 23 AC_HEADER_STDC 24 24 AC_PROG_LIBTOOL 25 26 GTK_DOC_CHECK([1.0]) 25 27 26 28 PKG_CHECK_MODULES(LIBTINYMAIL, glib-2.0 >= 2.8 gobject-2.0) … … 56 58 AC_OUTPUT([ 57 59 Makefile 60 doc/Makefile 61 doc/devel/Makefile 62 doc/devel/reference/Makefile 58 63 libtinymail/Makefile 59 64 libtinymail/libtinymail.pc trunk/libtinymail-camel/tny-camel-stream.c
r108 r109 176 176 * Set the stream to play proxy for 177 177 * 178 * Return value:179 178 **/ 180 179 void trunk/libtinymail-camel/tny-msg-folder.c
r108 r109 339 339 * @camel_folder: The #CamelFolder instance to play proxy for 340 340 * 341 * Return value:342 341 **/ 343 342 void trunk/libtinymail-camel/tny-session-camel.c
r108 r109 62 62 * @self: a #TnySessionCamel object 63 63 * @account: the #TnyAccountIface account instance 64 * @ forget_pass_func: The function that will forget the password for the account64 * @get_forget_pass_func: The function that will forget the password for the account 65 65 * 66 66 * For each account you can set a password handler. This makes it possible to … … 71 71 * password was stored. You can do it in the forget_pass_func handler. 72 72 * 73 * Return value:74 73 **/ 75 74 void … … 133 132 * that password handler method using this method. 134 133 * 135 * Return value:136 134 **/ 137 135 void trunk/libtinymail-camel/tny-stream-camel.c
r108 r109 138 138 * Set the stream to play proxy for 139 139 * 140 * Return value:141 140 **/ 142 141 void trunk/libtinymail-gnomevfs/tny-vfs-stream.c
r108 r109 327 327 * Set the #GnomeVFSHandle to play adaptor for 328 328 * 329 * Return value:330 329 **/ 331 330 void trunk/libtinymail/tny-account-iface.c
r108 r109 40 40 * Set the accounts unique id. 41 41 * 42 * Return value:43 42 **/ 44 43 void … … 59 58 * It's recommended to also memset (str, 0, strlen (str)) the memory. 60 59 * 61 * Return value:62 60 **/ 63 61 void … … 103 101 * Set the protocol of an account 104 102 * 105 * Return value:106 103 **/ 107 104 void … … 119 116 * Set the user or login of an account 120 117 * 121 * Return value:122 118 **/ 123 119 void … … 135 131 * Set the hostname of an account 136 132 * 137 * Return value:138 133 **/ 139 134 void … … 152 147 * The function must resturn a newly allocated string with the password. 153 148 * 154 * Return value:155 149 **/ 156 150 void trunk/libtinymail/tny-account-store-iface.c
r108 r109 53 53 * Add an account to the store 54 54 * 55 * Return value:56 55 **/ 57 56 void trunk/libtinymail/tny-msg-folder-iface.c
r108 r109 64 64 * Set the parent of this folder 65 65 * 66 * Return value:67 66 **/ 68 67 void … … 95 94 * Add a folder as child folder to the folder 96 95 * 97 * Return value:98 96 **/ 99 97 void … … 170 168 * Set the unique id for this folder (unique per account) 171 169 * 172 * Return value:173 170 **/ 174 171 void … … 186 183 * Set the displayable name of this folder 187 184 * 188 * Return value:189 185 **/ 190 186 void … … 201 197 * If it's possible to uncache this instance, uncache it 202 198 * 203 * Return value:204 199 **/ 205 200 void trunk/libtinymail/tny-msg-header-iface.c
r108 r109 158 158 * Set the reference to the parent folder where this message header is located 159 159 * 160 * Return value:161 160 **/ 162 161 void … … 173 172 * 174 173 * 175 * Return value:176 174 **/ 177 175 void … … 189 187 * If it's possible to uncache this instance, uncache it 190 188 * 191 * Return value:192 189 **/ 193 190 void trunk/libtinymail/tny-msg-iface.c
r108 r109 44 44 * * TODO: Make this private, or make it possible to move messages this way * 45 45 * 46 * Return value: Set parent folder of this message47 46 **/ 48 47 void … … 107 106 * Delete a mime-part from a message 108 107 * 109 * Return value:110 108 **/ 111 109 void … … 124 122 * Set the header of a message 125 123 * 126 * Return value:127 124 **/ 128 125 void trunk/libtinymail/tny-msg-mime-part-iface.c
r108 r109 28 28 * Set the index of a message part 29 29 * 30 * Return value:31 30 **/ 32 31 void … … 112 111 * stream efficiently. 113 112 * 114 * Return value:115 113 **/ 116 114 void trunk/libtinymailui-gtk/tny-account-tree-model.c
r108 r109 66 66 * Add an account to the list model 67 67 * 68 * Return value:69 68 **/ 70 69 void trunk/libtinymailui-gtk/tny-attach-list-model.c
r108 r109 52 52 * Add a mime-part to the list model 53 53 * 54 * Return value:55 54 **/ 56 55 void trunk/libtinymailui-gtk/tny-msg-header-list-model.c
r108 r109 336 336 * Set the folder where the #TnyMsgHeaderIface instances are located 337 337 * 338 * Return value:339 338 **/ 340 339 void trunk/libtinymailui-gtk/tny-text-buffer-stream.c
r108 r109 150 150 * Set the #GtkTextBuffer to play adaptor for 151 151 * 152 * Return value:153 152 **/ 154 153 void trunk/libtinymailui/tny-msg-view-iface.c
r108 r109 27 27 * Set message to view 28 28 * 29 * Return value:30 29 **/ 31 30 void trunk/libtinymailui/tny-msg-window-iface.c
r108 r109 27 27 * Set message to view in the window 28 28 * 29 * Return value:30 29 **/ 31 30 void trunk/libtinymailui/tny-summary-window-iface.c
r108 r109 23 23 * tny_summary_window_iface_set_account_store: 24 24 * @self: A #TnySummaryWindowIface instance 25 * @account : A #TnyAccountStoreIface instace25 * @account_store: A #TnyAccountStoreIface instace 26 26 * 27 27 * Set the account store (summary window is an observer of it) 28 28 * 29 * Return value:30 29 **/ 31 30 void trunk/tinymail/tny-password-dialog.c
r108 r109 39 39 * @self: A #TnyPasswordDialog object 40 40 * @prompt: The prompt to set 41 * 42 * Return value: 41 * 43 42 **/ 44 43 void
