comparison src/util.h @ 7303:3ec38f08b0b2

[gaim-migrate @ 7887] Documentation tyop. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 19 Oct 2003 23:14:38 +0000
parents 1930e3d00ecd
children 3c21f3084ff0
comparison
equal deleted inserted replaced
7302:33bbe8e9714f 7303:3ec38f08b0b2
269 FILE *gaim_mkstemp(char **path); 269 FILE *gaim_mkstemp(char **path);
270 270
271 /** 271 /**
272 * Checks if the given program name is valid and executable. 272 * Checks if the given program name is valid and executable.
273 * 273 *
274 * @parm program The file name of the application. 274 * @param program The file name of the application.
275 * 275 *
276 * @return True if the program is runable. 276 * @return True if the program is runable.
277 */ 277 */
278 gboolean gaim_program_is_valid(const char *program); 278 gboolean gaim_program_is_valid(const char *program);
279 279