Changeset 988
- Timestamp:
- 10/12/06 23:55:16
- Files:
-
- trunk/libtinymailui/tny-mime-part-view.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui/tny-mime-part-view.c
r984 r988 88 88 * Clear the view @self (show nothing) 89 89 * 90 * Implementors: this method should clear @self (display nothing, or display 91 * a picture with flowers and nude people if that is how your E-mail client 92 * indicates that there's no mime_part loaded) 93 * 90 * Implementors: this method should clear @self (display nothing and cleanup) 91 * 94 92 **/ 95 93 void … … 111 109 * @mime_part: A #TnyMimePart instace 112 110 * 113 * Set mime _part of the view @self111 * Set mime part of the view @self 114 112 * 115 * Implementors: this method should cause the view @self to show the mime_part 116 * @mime_part to the user. Often this means showing the from, to, subject, date 117 * and cc labels. 118 * 119 * #TnyMimePartView is often used in a composition with the #TnyMsgView 120 * type (the #TnyMsgView implementation contains a #TnyMimePartView). 113 * Implementors: this method should cause the view @self to show the mime part 114 * @mime_part to the user. 121 115 * 122 116 **/
