* all:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 20 Feb 2007 08:34:07 +0000 (08:34 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 20 Feb 2007 08:34:07 +0000 (08:34 +0000)
- some cosmetics, doc

pmo-trunk-r840

src/widgets/modest-account-view-window.h
src/widgets/modest-account-view.h

index 4f314e3..d118225 100644 (file)
@@ -30,9 +30,26 @@ struct _ModestAccountViewWindowClass {
        /* void (* my_event) (ModestAccountViewWindow* obj); */
 };
 
-/* member functions */
+/**
+ * modest_account_view_window_get_type
+ *
+ * Gets the #GType for the account view window class
+ * 
+ * Returns: the #GType
+ **/
 GType        modest_account_view_window_get_type    (void) G_GNUC_CONST;
 
+
+
+
+/**
+ * modest_account_view_window_new:
+ * @account_view: a #ModestAccountView
+ * 
+ * Create a new acccount view window
+ * 
+ * Returns: a new account view window, or NULL in case of error
+ **/
 GtkWidget*   modest_account_view_window_new         (void);
 
 G_END_DECLS
index c3f476c..fcc8ea2 100644 (file)
@@ -48,20 +48,34 @@ typedef struct _ModestAccountViewClass ModestAccountViewClass;
 
 struct _ModestAccountView {
         GtkTreeView parent;
-       /* insert public members, if any */
 };
 
 struct _ModestAccountViewClass {
        GtkTreeViewClass parent_class;
-       /* insert signal callback declarations, eg. */
-       /* void (* my_event) (ModestAccountView* obj); */
 };
 
-/* member functions */
+
+/**
+ * modest_account_view_get_type
+ *
+ * Gets the #GType for the account view class
+ * 
+ * Returns: the #GType
+ **/
 GType        modest_account_view_get_type    (void) G_GNUC_CONST;
 
+
+/**
+ * modest_account_view_new:
+ * @account_view: a #ModestAccountView
+ * 
+ * Create a new acccount view widget = ie, a list with accounts
+ * 
+ * Returns: a new account view widget, or NULL in case of error
+ **/
 ModestAccountView*   modest_account_view_new         (ModestAccountMgr *account_mgr);
 
+
 /**
  * modest_account_view_get_selected_account:
  * @account_view: a #ModestAccountView