comparison src/gtkutils.h @ 11879:20479a2cf911

[gaim-migrate @ 14170] Didn't realize this wasn't saved until I tried quitting emacs. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 28 Oct 2005 23:16:37 +0000
parents 0e274aad49c8
children 29dc8fc0dd6c
comparison
equal deleted inserted replaced
11878:f672349cfc1c 11879:20479a2cf911
347 gint *y, 347 gint *y,
348 gboolean *push_in, 348 gboolean *push_in,
349 gpointer user_data); 349 gpointer user_data);
350 350
351 /** 351 /**
352 * Check if running Gnome.
353 *
354 * @return TRUE if running Gnome, FALSE otherwise.
355 */
356 gboolean gaim_running_gnome(void);
357
358 /**
359 * Manages drag'n'drop of files. 352 * Manages drag'n'drop of files.
360 * 353 *
361 * @param sd GtkSelectionData for managing drag'n'drop 354 * @param sd GtkSelectionData for managing drag'n'drop
362 * @param account Account to be used (may be NULL if conv is not NULL) 355 * @param account Account to be used (may be NULL if conv is not NULL)
363 * @param who Buddy name (may be NULL if conv is not NULL) 356 * @param who Buddy name (may be NULL if conv is not NULL)