Changeset 988

Show
Ignore:
Timestamp:
10/12/06 23:55:16
Author:
pvanhoof
Message:

Docs update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui/tny-mime-part-view.c

    r984 r988  
    8888 * Clear the view @self (show nothing) 
    8989 * 
    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 * 
    9492 **/ 
    9593void 
     
    111109 * @mime_part: A #TnyMimePart instace 
    112110 * 
    113  * Set mime_part of the view @self 
     111 * Set mime part of the view @self 
    114112 *  
    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.  
    121115 * 
    122116 **/