comparison 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
comparison
equal deleted inserted replaced
11877:f1f7c83d7b6c 11878:f672349cfc1c
462 * @return True if the program is runable. 462 * @return True if the program is runable.
463 */ 463 */
464 gboolean gaim_program_is_valid(const char *program); 464 gboolean gaim_program_is_valid(const char *program);
465 465
466 /** 466 /**
467 * Check if running Gnome.
468 *
469 * @return TRUE if running Gnome, FALSE otherwise.
470 */
471 gboolean gaim_running_gnome(void);
472
473 /**
467 * Returns the IP address from a socket file descriptor. 474 * Returns the IP address from a socket file descriptor.
468 * 475 *
469 * @param fd The socket file descriptor. 476 * @param fd The socket file descriptor.
470 * 477 *
471 * @return The IP address, or @c NULL on error. 478 * @return The IP address, or @c NULL on error.