Changeset 1833
- Timestamp:
- 04/23/07 21:06:11
- Files:
-
- trunk/libtinymail/tny-status.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail/tny-status.c
r1830 r1833 89 89 * @domain: status domain 90 90 * @code: status code 91 * @position: the position 92 * @of_total: the total amount of events to happen 91 93 * @format: printf()-style format for status message 92 94 * @Varargs: parameters for message format … … 117 119 * @domain: status domain 118 120 * @code: status code 121 * @position: the position 122 * @of_total: the total amount of events to happen 119 123 * @message: status message 120 124 * … … 210 214 * @domain: status domain 211 215 * @code: status code 216 * @position: the position 217 * @of_total: the total amount of events to happen 212 218 * @format: printf()-style format 213 219 * @Varargs: args for @format
