From: Nils Faerber Date: Tue, 13 Jun 2006 15:46:23 +0000 (+0000) Subject: * added documentation X-Git-Tag: git_migration_finished~4594 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=94636b115991246db4c22ff7786179cb2e24f5b9 * added documentation pmo-trunk-r262 --- diff --git a/src/gtk-glade/modest-ui-message-editor.h b/src/gtk-glade/modest-ui-message-editor.h index 40ba7e3..de859b8 100644 --- a/src/gtk-glade/modest-ui-message-editor.h +++ b/src/gtk-glade/modest-ui-message-editor.h @@ -7,13 +7,21 @@ typedef enum { QUOTED_SEND_FORWARD } quoted_send_type; -/* +/** + * quoted_send_msg: + * @modest_ui: a ModestUI instance + * @qstype: determines whether to REPLY, REPLY_ALL or FORWARD + * * open a new editor window quoting the currently selected message * the quote type determines which parts are to be quoted */ void quoted_send_msg (ModestUI *modest_ui, quoted_send_type qstype); -/* +/** + * on_new_mail_clicked: + * @widget: the button widget that received the signal + * @user_data: pointer to user-data, here ModestUI + * * callback used in main-window * called when user presses the "New Mail" button */