comparison gui/dialog/dialog.c @ 37065:b28b632efeef

Cosmetic: Revise a few comments.
author ib
date Thu, 24 Apr 2014 11:31:31 +0000
parents eed2fb870f43
children 2208a16cc562
comparison
equal deleted inserted replaced
37064:85499766333b 37065:b28b632efeef
57 /** 57 /**
58 * @brief Add an icon to the #guiIcon icon structure. 58 * @brief Add an icon to the #guiIcon icon structure.
59 * 59 *
60 * @param theme theme to load the icon from 60 * @param theme theme to load the icon from
61 * @param size size of the icon to load 61 * @param size size of the icon to load
62 * @param gdkIcon location to store a pointer to the created pixmap 62 * @param gdkIcon memory location to store a pointer to the created pixmap
63 * @param gdkIconMask location to store a pointer to the created mask 63 * @param gdkIconMask memory location to store a pointer to the created mask
64 * 64 *
65 * @return #True (ok) or #False (error) 65 * @return #True (ok) or #False (error)
66 */ 66 */
67 static int gtkLoadIcon(GtkIconTheme *theme, gint size, GdkPixmap **gdkIcon, GdkBitmap **gdkIconMask) 67 static int gtkLoadIcon(GtkIconTheme *theme, gint size, GdkPixmap **gdkIcon, GdkBitmap **gdkIconMask)
68 { 68 {