diff src/util.h @ 11878:f672349cfc1c

[gaim-migrate @ 14169] Use GNOME proxy preferences. Works For Me. People are going to go crazy. We'll try it out in beta. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 28 Oct 2005 23:12:04 +0000
parents 11d30825c1bb
children 52f27ffe68a5
line wrap: on
line diff
--- a/src/util.h	Fri Oct 28 21:41:20 2005 +0000
+++ b/src/util.h	Fri Oct 28 23:12:04 2005 +0000
@@ -464,6 +464,13 @@
 gboolean gaim_program_is_valid(const char *program);
 
 /**
+ * Check if running Gnome.
+ *
+ * @return TRUE if running Gnome, FALSE otherwise.
+ */
+gboolean gaim_running_gnome(void);
+
+/**
  * Returns the IP address from a socket file descriptor.
  *
  * @param fd The socket file descriptor.