* added documentation
authorNils Faerber <nils@kernelconcepts.de>
Tue, 13 Jun 2006 15:46:23 +0000 (15:46 +0000)
committerNils Faerber <nils@kernelconcepts.de>
Tue, 13 Jun 2006 15:46:23 +0000 (15:46 +0000)
pmo-trunk-r262

src/gtk-glade/modest-ui-message-editor.h

index 40ba7e3..de859b8 100644 (file)
@@ -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
  */