HomeSort by relevance Sort by last modified time
    Searched refs:get_icon (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/glib/gio/
gdrive.h 47 * @get_icon: Returns a #GIcon for the given #GDrive.
79 GIcon * (* get_icon) (GDrive *drive); member in struct:_GDriveIface
gvolume.h 82 * @get_icon: Gets a #GIcon for the #GVolume.
119 GIcon * (* get_icon) (GVolume *volume); member in struct:_GVolumeIface
gmount.h 49 * @get_icon: Gets a #GIcon for the #GMount.
82 GIcon * (* get_icon) (GMount *mount); member in struct:_GMountIface
gappinfo.h 65 * @get_icon: Gets the #GIcon for the #GAppInfo.
99 GIcon * (* get_icon) (GAppInfo *appinfo); member in struct:_GAppInfoIface
gdrive.c 194 return (* iface->get_icon) (drive);
gvolume.c 202 return (* iface->get_icon) (volume);
gwin32mount.c 339 iface->get_icon = g_win32_mount_get_icon;
gappinfo.c 465 return (* iface->get_icon) (appinfo);
gmount.c 212 return (* iface->get_icon) (mount);
gunixmount.c 457 iface->get_icon = g_unix_mount_get_icon;
gunixvolume.c 521 iface->get_icon = g_unix_volume_get_icon;
gwin32appinfo.c 384 iface->get_icon = g_win32_app_info_get_icon;
gdesktopappinfo.c     [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 71 #define xdg_mime_get_icon XDG_ENTRY(get_icon)
  /external/chromium/base/third_party/xdg_mime/
xdgmime.h 71 #define xdg_mime_get_icon XDG_ENTRY(get_icon)

Completed in 534 milliseconds