diff src/prefs.h @ 9611:5e78d07f6b36

[gaim-migrate @ 10454] datallah fixed some compile warnings committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 28 Jul 2004 04:25:32 +0000
parents 7a67c459ab8f
children da88e2cd5c53
line wrap: on
line diff
--- a/src/prefs.h	Wed Jul 28 00:51:27 2004 +0000
+++ b/src/prefs.h	Wed Jul 28 04:25:32 2004 +0000
@@ -175,6 +175,14 @@
 void gaim_prefs_set_string_list(const char *name, GList *value);
 
 /**
+ * Check if a pref exists
+ *
+ * @param name  The name of the pref
+ * @return Whether or not the pref exists
+ */
+gboolean gaim_prefs_exists(const char *name);
+
+/**
  * Get pref type
  *
  * @param name The name of the pref