summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-06 20:47:29 +0530
committerAnkit Vani <a@nevitus.org>2014-02-06 20:47:29 +0530
commit53c15d2ebafd5583fa1448cd6aa2bf697949367b (patch)
treed68252c95ff35928c10c23b947c353f000a5cb62
parent89fe996c5fdd82b4112dd71ed8d47f2c73d46504 (diff)
downloadpidgin-53c15d2ebafd5583fa1448cd6aa2bf697949367b.tar.gz
Update doc labels for renamed functions
-rw-r--r--finch/libgnt/gntbox.h2
-rw-r--r--finch/libgnt/gntbutton.h2
-rw-r--r--finch/libgnt/gntcheckbox.h2
-rw-r--r--finch/libgnt/gntclipboard.h2
-rw-r--r--finch/libgnt/gntcombobox.h2
-rw-r--r--finch/libgnt/gntentry.h2
-rw-r--r--finch/libgnt/gntfilesel.h2
-rw-r--r--finch/libgnt/gntlabel.h2
-rw-r--r--finch/libgnt/gntline.h2
-rw-r--r--finch/libgnt/gntmenu.h2
-rw-r--r--finch/libgnt/gntmenuitem.h2
-rw-r--r--finch/libgnt/gntmenuitemcheck.h2
-rw-r--r--finch/libgnt/gntprogressbar.h5
-rw-r--r--finch/libgnt/gntslider.h2
-rw-r--r--finch/libgnt/gnttextview.h2
-rw-r--r--finch/libgnt/gnttree.h2
-rw-r--r--finch/libgnt/gntwidget.h2
-rw-r--r--finch/libgnt/gntwindow.h2
-rw-r--r--finch/libgnt/gntwm.h2
-rw-r--r--finch/libgnt/gntws.h2
-rw-r--r--libpurple/accountopt.h2
-rw-r--r--libpurple/dnssrv.h2
-rw-r--r--libpurple/notify.h4
-rw-r--r--libpurple/pluginpref.h4
-rw-r--r--libpurple/prefs.h2
-rw-r--r--libpurple/proxy.h4
-rw-r--r--libpurple/request.h2
27 files changed, 32 insertions, 31 deletions
diff --git a/finch/libgnt/gntbox.h b/finch/libgnt/gntbox.h
index 22a7f6b9b0..37456b2751 100644
--- 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
index 64c687c9ea..eff11a1e5e 100644
--- 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
index 291e2786a7..d835940969 100644
--- 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
index a310fb5941..2bd42c76e1 100644
--- 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
index a6f3ae603e..ff94bbba9a 100644
--- 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
index 6e6b051ffd..578f164c82 100644
--- 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
index 44376e775d..7f080c60a7 100644
--- 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
index d67bb529e0..cca6efaade 100644
--- 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
index 3cef72d568..929391b72c 100644
--- 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
index 589bc536ad..fef30968b0 100644
--- 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
index d71661a6c3..e01156e1f7 100644
--- 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
index 0b878f354f..38aa961189 100644
--- 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
index a6a34cd71f..fe2732b023 100644
--- 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
index 1332d95ad1..4d29859b6f 100644
--- 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
index d6b44bfe32..b095ffab4d 100644
--- 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
index 9e0e02ff39..38c3914ab2 100644
--- 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
index e5423c5e5a..a960cad8cd 100644
--- 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
index e89df8d38f..2353a28c6b 100644
--- 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
index 4939ae7e55..58c68b0ebf 100644
--- 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
index febf894a9c..062cd28421 100644
--- 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
index 1afdea8f83..4d16eca9d8 100644
--- a/libpurple/accountopt.h
+++ b/libpurple/accountopt.h
@@ -227,7 +227,7 @@ void purple_account_option_add_list_item(PurpleAccountOption *option,
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
index 60b59f3dd6..075d9d4274 100644
--- a/libpurple/dnssrv.h
+++ b/libpurple/dnssrv.h
@@ -193,7 +193,7 @@ PurpleSrvTxtQueryUiOps *purple_srv_txt_query_get_ui_ops(void);
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
index ccefbb307e..65f48c7d8b 100644
--- a/libpurple/notify.h
+++ b/libpurple/notify.h
@@ -715,7 +715,7 @@ void purple_notify_user_info_entry_set_value(PurpleNotifyUserInfoEntry *user_inf
/**
- * 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_notify_user_info_entry_get_entry_type(
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
index 0c203503fc..723a29322a 100644
--- a/libpurple/pluginpref.h
+++ b/libpurple/pluginpref.h
@@ -212,7 +212,7 @@ void purple_plugin_pref_set_bounds(PurplePluginPref *pref, int min, int max);
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
*
@@ -221,7 +221,7 @@ void purple_plugin_pref_get_bounds(PurplePluginPref *pref, int *min, int *max);
void purple_plugin_pref_set_pref_type(PurplePluginPref *pref, PurplePluginPrefType type);
/**
- * purple_plugin_pref_get_type:
+ * purple_plugin_pref_get_pref_type:
* @pref: The plugin pref
*
* Get the type of a plugin pref
diff --git a/libpurple/prefs.h b/libpurple/prefs.h
index fff8628a89..54103b9d22 100644
--- a/libpurple/prefs.h
+++ b/libpurple/prefs.h
@@ -276,7 +276,7 @@ void purple_prefs_set_path_list(const char *name, GList *value);
gboolean purple_prefs_exists(const char *name);
/**
- * purple_prefs_get_type:
+ * purple_prefs_get_pref_type:
* @name: The name of the pref
*
* Get pref type
diff --git a/libpurple/proxy.h b/libpurple/proxy.h
index ac21973bde..344031e6e0 100644
--- a/libpurple/proxy.h
+++ b/libpurple/proxy.h
@@ -94,7 +94,7 @@ PurpleProxyInfo *purple_proxy_info_new(void);
void purple_proxy_info_destroy(PurpleProxyInfo *info);
/**
- * purple_proxy_info_set_type:
+ * purple_proxy_info_set_proxy_type:
* @info: The proxy information.
* @type: The proxy type.
*
@@ -139,7 +139,7 @@ void purple_proxy_info_set_username(PurpleProxyInfo *info, const char *username)
void purple_proxy_info_set_password(PurpleProxyInfo *info, const char *password);
/**
- * purple_proxy_info_get_type:
+ * purple_proxy_info_get_proxy_type:
* @info: The proxy information.
*
* Returns the proxy's type.
diff --git a/libpurple/request.h b/libpurple/request.h
index 08fa6735c2..17f369e7ef 100644
--- a/libpurple/request.h
+++ b/libpurple/request.h
@@ -920,7 +920,7 @@ void purple_request_field_set_required(PurpleRequestField *field,
gboolean required);
/**
- * purple_request_field_get_type:
+ * purple_request_field_get_field_type:
* @field: The field.
*
* Returns the type of a field.