/soc/2013/ankitkv/gobjectification: 5036e4cd8a46: Update doc lab...
Ankit Vani
a at nevitus.org
Thu Feb 6 12:36:01 EST 2014
Changeset: 5036e4cd8a46aa393ab7c43d2b3eece6529ff68c
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-06 20:47 +0530
Branch: gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/5036e4cd8a46
Description:
Update doc labels for renamed functions
diffstat:
finch/libgnt/gntbox.h | 2 +-
finch/libgnt/gntbutton.h | 2 +-
finch/libgnt/gntcheckbox.h | 2 +-
finch/libgnt/gntclipboard.h | 2 +-
finch/libgnt/gntcombobox.h | 2 +-
finch/libgnt/gntentry.h | 2 +-
finch/libgnt/gntfilesel.h | 2 +-
finch/libgnt/gntlabel.h | 2 +-
finch/libgnt/gntline.h | 2 +-
finch/libgnt/gntmenu.h | 2 +-
finch/libgnt/gntmenuitem.h | 2 +-
finch/libgnt/gntmenuitemcheck.h | 2 +-
finch/libgnt/gntprogressbar.h | 5 +++--
finch/libgnt/gntslider.h | 2 +-
finch/libgnt/gnttextview.h | 2 +-
finch/libgnt/gnttree.h | 2 +-
finch/libgnt/gntwidget.h | 2 +-
finch/libgnt/gntwindow.h | 2 +-
finch/libgnt/gntwm.h | 2 +-
finch/libgnt/gntws.h | 2 +-
libpurple/accountopt.h | 2 +-
libpurple/dnssrv.h | 2 +-
libpurple/notify.h | 4 ++--
libpurple/pluginpref.h | 4 ++--
libpurple/prefs.h | 2 +-
libpurple/proxy.h | 4 ++--
libpurple/request.h | 2 +-
27 files changed, 32 insertions(+), 31 deletions(-)
diffs (truncated from 355 to 300 lines):
diff --git a/finch/libgnt/gntbox.h b/finch/libgnt/gntbox.h
--- a/finch/libgnt/gntbox.h
+++ b/finch/libgnt/gntbox.h
@@ -92,7 +92,7 @@ struct _GntBoxClass
G_BEGIN_DECLS
/**
- * gnt_box_get_gtype:
+ * gnt_box_get_type:
*
* The GType for GntBox.
*
diff --git a/finch/libgnt/gntbutton.h b/finch/libgnt/gntbutton.h
--- a/finch/libgnt/gntbutton.h
+++ b/finch/libgnt/gntbutton.h
@@ -77,7 +77,7 @@ struct _GntButtonClass
G_BEGIN_DECLS
/**
- * gnt_button_get_gtype:
+ * gnt_button_get_type:
*
* Returns: GType for Gntbutton
*/
diff --git a/finch/libgnt/gntcheckbox.h b/finch/libgnt/gntcheckbox.h
--- a/finch/libgnt/gntcheckbox.h
+++ b/finch/libgnt/gntcheckbox.h
@@ -71,7 +71,7 @@ struct _GntCheckBoxClass
G_BEGIN_DECLS
/**
- * gnt_check_box_get_gtype:
+ * gnt_check_box_get_type:
*
* Returns: GType for GntCheckBox
*/
diff --git a/finch/libgnt/gntclipboard.h b/finch/libgnt/gntclipboard.h
--- a/finch/libgnt/gntclipboard.h
+++ b/finch/libgnt/gntclipboard.h
@@ -63,7 +63,7 @@ struct _GntClipboardClass
G_BEGIN_DECLS
/**
- * gnt_clipboard_get_gtype:
+ * gnt_clipboard_get_type:
*
* Returns: GType for GntClipboard.
*/
diff --git a/finch/libgnt/gntcombobox.h b/finch/libgnt/gntcombobox.h
--- a/finch/libgnt/gntcombobox.h
+++ b/finch/libgnt/gntcombobox.h
@@ -72,7 +72,7 @@ struct _GntComboBoxClass
G_BEGIN_DECLS
/**
- * gnt_combo_box_get_gtype:
+ * gnt_combo_box_get_type:
*
* Returns: Get the GType for GntComboBox
*/
diff --git a/finch/libgnt/gntentry.h b/finch/libgnt/gntentry.h
--- a/finch/libgnt/gntentry.h
+++ b/finch/libgnt/gntentry.h
@@ -108,7 +108,7 @@ struct _GntEntryClass
G_BEGIN_DECLS
/**
- * gnt_entry_get_gtype:
+ * gnt_entry_get_type:
*
* Returns: GType for GntEntry.
*/
diff --git a/finch/libgnt/gntfilesel.h b/finch/libgnt/gntfilesel.h
--- a/finch/libgnt/gntfilesel.h
+++ b/finch/libgnt/gntfilesel.h
@@ -102,7 +102,7 @@ struct _GntFile
G_BEGIN_DECLS
/**
- * gnt_file_sel_get_gtype:
+ * gnt_file_sel_get_type:
*
* Returns: GType for GntFileSel.
*/
diff --git a/finch/libgnt/gntlabel.h b/finch/libgnt/gntlabel.h
--- a/finch/libgnt/gntlabel.h
+++ b/finch/libgnt/gntlabel.h
@@ -71,7 +71,7 @@ struct _GntLabelClass
G_BEGIN_DECLS
/**
- * gnt_label_get_gtype:
+ * gnt_label_get_type:
*
* Returns: GType for GntLabel.
*/
diff --git a/finch/libgnt/gntline.h b/finch/libgnt/gntline.h
--- a/finch/libgnt/gntline.h
+++ b/finch/libgnt/gntline.h
@@ -70,7 +70,7 @@ struct _GntLineClass
G_BEGIN_DECLS
/**
- * gnt_line_get_gtype:
+ * gnt_line_get_type:
*
* Returns: GType for GntLine.
*/
diff --git a/finch/libgnt/gntmenu.h b/finch/libgnt/gntmenu.h
--- a/finch/libgnt/gntmenu.h
+++ b/finch/libgnt/gntmenu.h
@@ -93,7 +93,7 @@ struct _GntMenuClass
G_BEGIN_DECLS
/**
- * gnt_menu_get_gtype:
+ * gnt_menu_get_type:
*
* Returns: The GType for GntMenu.
*/
diff --git a/finch/libgnt/gntmenuitem.h b/finch/libgnt/gntmenuitem.h
--- a/finch/libgnt/gntmenuitem.h
+++ b/finch/libgnt/gntmenuitem.h
@@ -90,7 +90,7 @@ struct _GntMenuItemClass
G_BEGIN_DECLS
/**
- * gnt_menuitem_get_gtype:
+ * gnt_menuitem_get_type:
*
* Returns: GType for GntMenuItem.
*/
diff --git a/finch/libgnt/gntmenuitemcheck.h b/finch/libgnt/gntmenuitemcheck.h
--- a/finch/libgnt/gntmenuitemcheck.h
+++ b/finch/libgnt/gntmenuitemcheck.h
@@ -69,7 +69,7 @@ struct _GntMenuItemCheckClass
G_BEGIN_DECLS
/**
- * gnt_menuitem_check_get_gtype:
+ * gnt_menuitem_check_get_type:
*
* Returns: GType for GntMenuItemCheck.
*/
diff --git a/finch/libgnt/gntprogressbar.h b/finch/libgnt/gntprogressbar.h
--- a/finch/libgnt/gntprogressbar.h
+++ b/finch/libgnt/gntprogressbar.h
@@ -63,9 +63,10 @@ typedef struct _GntProgressBarClass
G_BEGIN_DECLS
/**
- * gnt_progress_bar_get_gtype:
+ * gnt_progress_bar_get_type:
*
- * Get the GType for GntProgressBar
+ * Get the #GType for GntProgressBar
+ *
* Returns: The GType for GntProrgressBar
*/
GType
diff --git a/finch/libgnt/gntslider.h b/finch/libgnt/gntslider.h
--- a/finch/libgnt/gntslider.h
+++ b/finch/libgnt/gntslider.h
@@ -78,7 +78,7 @@ struct _GntSliderClass
G_BEGIN_DECLS
/**
- * gnt_slider_get_gtype:
+ * gnt_slider_get_type:
*
* Returns: The GType for GntSlider
*
diff --git a/finch/libgnt/gnttextview.h b/finch/libgnt/gnttextview.h
--- a/finch/libgnt/gnttextview.h
+++ b/finch/libgnt/gnttextview.h
@@ -91,7 +91,7 @@ struct _GntTextViewClass
G_BEGIN_DECLS
/**
- * gnt_text_view_get_gtype:
+ * gnt_text_view_get_type:
*
* Returns: GType for GntTextView.
*/
diff --git a/finch/libgnt/gnttree.h b/finch/libgnt/gnttree.h
--- a/finch/libgnt/gnttree.h
+++ b/finch/libgnt/gnttree.h
@@ -105,7 +105,7 @@ struct _GntTreeClass
G_BEGIN_DECLS
/**
- * gnt_tree_get_gtype:
+ * gnt_tree_get_type:
*
* Returns: The GType for GntTree
*/
diff --git a/finch/libgnt/gntwidget.h b/finch/libgnt/gntwidget.h
--- a/finch/libgnt/gntwidget.h
+++ b/finch/libgnt/gntwidget.h
@@ -144,7 +144,7 @@ struct _GntWidgetClass
G_BEGIN_DECLS
/**
- * gnt_widget_get_gtype:
+ * gnt_widget_get_type:
*
* Returns: GType for GntWidget.
*/
diff --git a/finch/libgnt/gntwindow.h b/finch/libgnt/gntwindow.h
--- a/finch/libgnt/gntwindow.h
+++ b/finch/libgnt/gntwindow.h
@@ -77,7 +77,7 @@ struct _GntWindowClass
G_BEGIN_DECLS
/**
- * gnt_window_get_gtype:
+ * gnt_window_get_type:
*
* Returns: GType for GntWindow.
*/
diff --git a/finch/libgnt/gntwm.h b/finch/libgnt/gntwm.h
--- a/finch/libgnt/gntwm.h
+++ b/finch/libgnt/gntwm.h
@@ -193,7 +193,7 @@ struct _GntWMClass
G_BEGIN_DECLS
/**
- * gnt_wm_get_gtype:
+ * gnt_wm_get_type:
*
* Returns: GType for GntWM.
*/
diff --git a/finch/libgnt/gntws.h b/finch/libgnt/gntws.h
--- a/finch/libgnt/gntws.h
+++ b/finch/libgnt/gntws.h
@@ -72,7 +72,7 @@ struct _GntWSClass
G_BEGIN_DECLS
/**
- * gnt_ws_get_gtype:
+ * gnt_ws_get_type:
*
* Returns: The GType for GntWS.
*
diff --git a/libpurple/accountopt.h b/libpurple/accountopt.h
--- a/libpurple/accountopt.h
+++ b/libpurple/accountopt.h
@@ -227,7 +227,7 @@ void purple_account_option_add_list_item
const char *key, const char *value);
/**
- * purple_account_option_get_type:
+ * purple_account_option_get_pref_type:
* @option: The account option.
*
* Returns the specified account option's type.
diff --git a/libpurple/dnssrv.h b/libpurple/dnssrv.h
--- a/libpurple/dnssrv.h
+++ b/libpurple/dnssrv.h
@@ -193,7 +193,7 @@ PurpleSrvTxtQueryUiOps *purple_srv_txt_q
char *purple_srv_txt_query_get_query(PurpleSrvTxtQueryData *query_data);
/**
- * purple_srv_txt_query_get_type:
+ * purple_srv_txt_query_get_query_type:
* @query_data: The query
*
* Get the type from a PurpleSrvTxtQueryData (TXT or SRV)
diff --git a/libpurple/notify.h b/libpurple/notify.h
--- a/libpurple/notify.h
+++ b/libpurple/notify.h
@@ -715,7 +715,7 @@ void purple_notify_user_info_entry_set_v
/**
- * purple_notify_user_info_entry_get_type:
+ * purple_notify_user_info_entry_get_entry_type:
* @user_info_entry: The PurpleNotifyUserInfoEntry
*
* Get the type of a PurpleNotifyUserInfoEntry
@@ -726,7 +726,7 @@ PurpleNotifyUserInfoEntryType purple_not
PurpleNotifyUserInfoEntry *user_info_entry);
/**
- * purple_notify_user_info_entry_set_type:
+ * purple_notify_user_info_entry_set_entry_type:
* @user_info_entry: The PurpleNotifyUserInfoEntry
* @type: The PurpleNotifyUserInfoEntryType
*
diff --git a/libpurple/pluginpref.h b/libpurple/pluginpref.h
--- a/libpurple/pluginpref.h
+++ b/libpurple/pluginpref.h
@@ -212,7 +212,7 @@ void purple_plugin_pref_set_bounds(Purpl
void purple_plugin_pref_get_bounds(PurplePluginPref *pref, int *min, int *max);
/**
- * purple_plugin_pref_set_type:
+ * purple_plugin_pref_set_pref_type:
* @pref: The plugin pref
* @type: The type
More information about the Commits
mailing list