Searched defs:icon_name (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimeicon.c52 char *icon_name; member in struct:XdgIcon
84 free (list->icons[i].icon_name);
107 key.icon_name = NULL;
112 return entry->icon_name;
153 list->icons[list->n_icons].icon_name = strdup (sep);
178 list->icons[i].icon_name);
/external/libpng/contrib/gregbook/
H A Drpng-x.c122 static char *icon_name = PROGNAME; variable
565 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
H A Drpng2-x.c182 static char *icon_name = PROGNAME; variable
943 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.h79 const char *icon_name; /* Icon title */ member in struct:SDL_PrivateVideoData
126 #define GEM_icon_name (this->hidden->icon_name)
/external/bluetooth/glib/gio/
H A Dgunixmounts.c1769 const char *icon_name; local
1775 icon_name = "drive-removable-media";
1777 icon_name = "drive-harddisk";
1783 icon_name = "drive-removable-media";
1785 icon_name = "media-floppy";
1789 icon_name = "drive-optical";
1791 icon_name = "media-optical";
1796 icon_name = "drive-removable-media";
1798 icon_name = "drive-harddisk";
1802 icon_name
[all...]
H A Dgdesktopappinfo.c88 char *icon_name; member in struct:_GDesktopAppInfo
151 g_free (info->icon_name);
252 info->icon_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL, NULL);
264 if (info->icon_name)
266 if (g_path_is_absolute (info->icon_name))
270 file = g_file_new_for_path (info->icon_name);
279 if ((p = strrchr (info->icon_name, '.')) != NULL &&
285 info->icon = g_themed_icon_new (info->icon_name);
419 new_info->icon_name = g_strdup (info->icon_name);
[all...]

Completed in 592 milliseconds