diff src/prefs.h @ 6538:4bc050b1af34

[gaim-migrate @ 7056] Sometimes I like to know the types of my prefs. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 21 Aug 2003 01:46:00 +0000
parents 158196b2db19
children 8c1b5dd87fbf
line wrap: on
line diff
--- a/src/prefs.h	Thu Aug 21 01:44:23 2003 +0000
+++ b/src/prefs.h	Thu Aug 21 01:46:00 2003 +0000
@@ -152,6 +152,14 @@
 void gaim_prefs_set_string_list(const char *name, GList *value);
 
 /**
+ * Get pref type
+ *
+ * @param name The name of the pref
+ * @return The type of the pref
+ */
+GaimPrefType gaim_prefs_get_type(const char *name);
+
+/**
  * Get boolean pref value
  *
  * @param name The name of the pref