comparison src/desktopitem.h @ 10235:14dbb26ef738

[gaim-migrate @ 11370] Doxygen patch from royanee committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2004 13:26:51 +0000
parents e8d62dc363c5
children 3016b1b32339
comparison
equal deleted inserted replaced
10234:d672afd04dcd 10235:14dbb26ef738
115 #define GAIM_DESKTOP_ITEM_DOC_PATH "X-GNOME-DocPath" /* string */ 115 #define GAIM_DESKTOP_ITEM_DOC_PATH "X-GNOME-DocPath" /* string */
116 116
117 /** 117 /**
118 * This function loads 'filename' and turns it into a GnomeDesktopItem. 118 * This function loads 'filename' and turns it into a GnomeDesktopItem.
119 * 119 *
120 * @param file The filename or directory path to load the GaimDesktopItem from 120 * @param filename The filename or directory path to load the GaimDesktopItem from
121 * @param flags Flags to influence the loading process
122 * 121 *
123 * @return The newly loaded item, or NULL on error. 122 * @return The newly loaded item, or NULL on error.
124 */ 123 */
125 GaimDesktopItem *gaim_desktop_item_new_from_file (const char *filename); 124 GaimDesktopItem *gaim_desktop_item_new_from_file (const char *filename);
126 125