libpurple/pluginpref.h

changeset 35378
5d9e2581005b
parent 32787
7072f190d6ad
child 35475
ec0d44434ba8
--- a/libpurple/pluginpref.h	Thu Feb 06 01:10:04 2014 -0800
+++ b/libpurple/pluginpref.h	Thu Feb 06 18:56:36 2014 +0530
@@ -182,7 +182,7 @@
  * @param pref The plugin pref
  * @param type The type
  */
-void purple_plugin_pref_set_type(PurplePluginPref *pref, PurplePluginPrefType type);
+void purple_plugin_pref_set_pref_type(PurplePluginPref *pref, PurplePluginPrefType type);
 
 /**
  * Get the type of a plugin pref
@@ -190,7 +190,7 @@
  * @param pref The plugin pref
  * @return The type
  */
-PurplePluginPrefType purple_plugin_pref_get_type(PurplePluginPref *pref);
+PurplePluginPrefType purple_plugin_pref_get_pref_type(PurplePluginPref *pref);
 
 /**
  * Set the choices for a choices plugin pref

mercurial