Changeset 2014

Show
Ignore:
Timestamp:
05/20/07 15:10:40
Author:
pvanhoof
Message:

Alert docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail/tny-account-store.c

    r1939 r2014  
    8484 * which should be used to determine what to show to the user. 
    8585 * 
    86  * This jump-to-the-ui method implements showing a message dialog appropriate for the @error 
    87  * and @type as message type. It will return TRUE if the reply was  
    88  * affirmative or FALSE if not. 
     86 * This jump-to-the-ui method implements showing a message dialog appropriate  
     87 * for the @error and @type as message type. It will return TRUE if the reply  
     88 * was affirmative or FALSE if not. 
    8989 * 
    9090 * Implementors: when implementing a platform-specific library, you must 
     
    117117 *         break; 
    118118 *     } 
    119  * 
    120119 *     const gchar *prompt = NULL; 
    121120 *     switch (error->code) 
     
    129128 *             break; 
    130129 *      } 
    131  *       
    132  *      if (!prompt) 
    133  *              return FALSE; 
    134  * 
     130 *      if (!prompt) 
     131 *        return FALSE; 
    135132 *     gboolean retval = FALSE; 
    136133 *     dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, 
     
    144141 * 
    145142 * Return value: Whether the user pressed Ok/Yes (TRUE) or Cancel/No (FALSE) 
    146  * 
    147143 **/ 
    148144gboolean