comparison src/gtkutils.h @ 10233:e8d62dc363c5

[gaim-migrate @ 11368] Doxygenation updates from me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2004 05:10:00 +0000
parents 9aa0b6d11bbf
children 748aa3c6de36
comparison
equal deleted inserted replaced
10232:292acc5ccf84 10233:e8d62dc363c5
359 359
360 /** 360 /**
361 * Manages drag'n'drop of files. 361 * Manages drag'n'drop of files.
362 * 362 *
363 * @param sd GtkSelectionData for managing drag'n'drop 363 * @param sd GtkSelectionData for managing drag'n'drop
364 * @param gc Connection to be used (may be NULL if conv is not NULL) 364 * @param account Account to be used (may be NULL if conv is not NULL)
365 * @param who Buddy name (may be NULL if conv is not NULL) 365 * @param who Buddy name (may be NULL if conv is not NULL)
366 */ 366 */
367 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who); 367 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who);
368 368
369 369