comparison src/prpl.h @ 7631:ea2d07ad05a9

[gaim-migrate @ 8255] long car rides and a power inverter can generate some interesting code tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Nov 2003 07:16:11 +0000
parents 994b2d782711
children 6db061321ec4
comparison
equal deleted inserted replaced
7630:2df4d470c12a 7631:ea2d07ad05a9
361 * Ask the user to select a file to send to a user 361 * Ask the user to select a file to send to a user
362 * 362 *
363 * @param gc The Gaim Connection to send the file trough; 363 * @param gc The Gaim Connection to send the file trough;
364 * @param name The screen name of the one we are sending the file; 364 * @param name The screen name of the one we are sending the file;
365 */ 365 */
366 void gaim_prpl_ask_send_file (GaimConnection *gc, char *name); 366 void gaim_prpl_ask_send_file (GaimConnection *gc, const char *name);
367 367
368 /** 368 /**
369 * Checks if a given user supports file sends 369 * Checks if a given user supports file sends
370 * 370 *
371 * @param gc The Gaim Connection to send the file trough; 371 * @param gc The Gaim Connection to send the file trough;
372 * @param name The screen name of the one we are sending the file; 372 * @param name The screen name of the one we are sending the file;
373 * @return TRUE if we can send files to this user, FALSE otherwise. 373 * @return TRUE if we can send files to this user, FALSE otherwise.
374 */ 374 */
375 gboolean gaim_prpl_has_send_file (GaimConnection *gc, char *name); 375 gboolean gaim_prpl_has_send_file (GaimConnection *gc, const char *name);
376 376
377 #ifdef __cplusplus 377 #ifdef __cplusplus
378 } 378 }
379 #endif 379 #endif
380 380