comparison src/gtkutils.h @ 10061:83eb12b1f1a1

[gaim-migrate @ 11033] grim pointed out that the running_gnome thing caused a compile warning, this fixes it by moving running_gnome() from gtknotify.c and adding it to gtkutils.{c,h} as gaim_running_gnome() committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Sep 2004 13:45:48 +0000
parents 0cb20555b3ab
children 53410b84336f
comparison
equal deleted inserted replaced
10060:7570908c558f 10061:83eb12b1f1a1
332 gint *x, 332 gint *x,
333 gint *y, 333 gint *y,
334 gboolean *push_in, 334 gboolean *push_in,
335 gpointer user_data); 335 gpointer user_data);
336 336
337 /**
338 * Check if running Gnome.
339 *
340 * @return TRUE if running Gnome, FALSE otherwise.
341 */
342 gboolean gaim_running_gnome(void);
343
337 #endif /* _GAIM_GTKUTILS_H_ */ 344 #endif /* _GAIM_GTKUTILS_H_ */