pidgin/pidginstock.h

branch
soc.2013.gobjectification.plugins
changeset 37053
e8959e0f6a37
parent 37034
9d6765962b22
parent 35417
4e34bb5d3681
child 37065
3546d731987e
--- a/pidgin/pidginstock.h	Sun Feb 02 04:05:52 2014 +0530
+++ b/pidgin/pidginstock.h	Sun Feb 02 17:35:34 2014 +0530
@@ -176,7 +176,7 @@
 
 /*@}*/
 
-/**
+/*
  * For using icons that aren't one of the default GTK_ICON_SIZEs
  */
 #define PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC    "pidgin-icon-size-tango-microscopic"
@@ -186,13 +186,6 @@
 #define PIDGIN_ICON_SIZE_TANGO_LARGE          "pidgin-icon-size-tango-large"
 #define PIDGIN_ICON_SIZE_TANGO_HUGE           "pidgin-icon-size-tango-huge"
 
-/**
- * extends PidginIconTheme (gtkicon-theme.h)
- * A pidgin stock icon theme.
- * This object represents a Pidgin stock icon theme.
- *
- * PidginStockIconTheme is a PidginIconTheme Object.
- */
 typedef struct _PidginStockIconTheme        PidginStockIconTheme;
 typedef struct _PidginStockIconThemeClass   PidginStockIconThemeClass;
 
@@ -203,6 +196,15 @@
 #define PIDGIN_IS_STOCK_ICON_THEME_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PIDGIN_TYPE_STOCK_ICON_THEME))
 #define PIDGIN_STOCK_ICON_THEME_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), PIDGIN_TYPE_STOCK_ICON_THEME, PidginStockIconThemeClass))
 
+/**
+ * PidginStockIconTheme:
+ *
+ * extends PidginIconTheme (gtkicon-theme.h)
+ * A pidgin stock icon theme.
+ * This object represents a Pidgin stock icon theme.
+ *
+ * PidginStockIconTheme is a PidginIconTheme Object.
+ */
 struct _PidginStockIconTheme
 {
 	PidginIconTheme parent;
@@ -216,15 +218,18 @@
 G_BEGIN_DECLS
 
 /**
+ * pidgin_stock_icon_theme_get_type:
+ *
  * GObject foo.
  * @internal.
  */
 GType pidgin_stock_icon_theme_get_type(void);
 
 /**
- * Loades all of the icons from the status icon theme into Pidgin stock
+ * pidgin_stock_load_status_icon_theme:
+ * @theme:		the theme to load, or null to load all the default icons
  *
- * @theme:		the theme to load, or null to load all the default icons
+ * Loades all of the icons from the status icon theme into Pidgin stock
  */
 void pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme);
 
@@ -232,9 +237,12 @@
 void pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme);
 
 /**
+ * pidgin_stock_init:
+ *
  * Sets up the purple stock repository.
  */
 void pidgin_stock_init(void);
 
 G_END_DECLS
+
 #endif /* _PIDGIN_STOCK_H_ */

mercurial