HomeSort by relevance Sort by last modified time
    Searched refs:GIcon (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/glib/gio/
gicon.h 35 #define G_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ICON, GIcon))
40 * GIcon:
49 * @hash: A hash for a given #GIcon.
50 * @equal: Checks if two #GIcon<!-- -->s are equal.
51 * @to_tokens: Serializes a #GIcon into tokens. The tokens must not
52 * contain any whitespace. Don't implement if the #GIcon can't be
54 * @from_tokens: Constructs a #GIcon from tokens. Set the #GError if
55 * the tokens are malformed. Don't implement if the #GIcon can't be
58 * GIconIface is used to implement GIcon types for various
68 guint (* hash) (GIcon *icon)
    [all...]
gemblem.h 50 GEmblem *g_emblem_new (GIcon *icon);
51 GEmblem *g_emblem_new_with_origin (GIcon *icon,
53 GIcon *g_emblem_get_icon (GEmblem *emblem);
gemblemedicon.h 31 #include <gio/gicon.h>
46 * An implementation of #GIcon for icons with emblems.
53 GIcon *g_emblemed_icon_new (GIcon *icon,
55 GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *emblemed);
gthemedicon.h 44 * An implementation of #GIcon for themed icons.
50 GIcon *g_themed_icon_new (const char *iconname);
51 GIcon *g_themed_icon_new_with_default_fallbacks (const char *iconname);
52 GIcon *g_themed_icon_new_from_names (char **iconnames,
gemblemedicon.c 40 * @see_also: #GIcon, #GLoadableIcon, #GThemedIcon, #GEmblem
42 * #GEmblemedIcon is an implementation of #GIcon that supports
56 GIcon *icon;
98 * @icon: a #GIcon
103 * Returns: a new #GIcon
107 GIcon *
108 g_emblemed_icon_new (GIcon *icon,
132 * Returns: a #GIcon that is owned by @emblemed
136 GIcon *
185 g_emblemed_icon_hash (GIcon *icon
    [all...]
gemblem.c 24 #include "gicon.h"
39 * @see_also: #GIcon, #GEmblemedIcon, #GLoadableIcon, #GThemedIcon
41 * #GEmblem is an implementation of #GIcon that supports
55 GIcon *icon;
166 * @icon: a GIcon containing the icon.
175 g_emblem_new (GIcon *icon)
192 * @icon: a GIcon containing the icon.
202 g_emblem_new_with_origin (GIcon *icon,
224 * Returns: a #GIcon. The returned object belongs to the emblem
229 GIcon *
    [all...]
gcontenttype.h 41 GIcon * g_content_type_get_icon (const char *type);
gfileicon.h 50 GIcon * g_file_icon_new (GFile *file);
gicon.c 27 #include "gicon.h"
42 * SECTION:gicon
46 * #GIcon is a very minimal interface for icons. It provides functions
50 * #GIcon does not provide the actual pixmap for the icon as this is out
51 * of GIO's scope, however implementations of #GIcon may contain the name
54 * To obtain a hash of a #GIcon, see g_icon_hash().
58 * For serializing a #GIcon, use g_icon_to_string() and
61 * If your application or library provides one or more #GIcon
90 g_type_register_static (G_TYPE_INTERFACE, I_("GIcon"),
130 return (* iface->hash) ((GIcon *)icon)
    [all...]
gthemedicon.c 28 #include "gicon.h"
38 * @see_also: #GIcon, #GLoadableIcon
40 * #GThemedIcon is an implementation of #GIcon that supports icon themes.
269 GIcon *
287 GIcon *
291 GIcon *icon = icon;
339 GIcon *
431 g_themed_icon_hash (GIcon *icon)
446 g_themed_icon_equal (GIcon *icon1,
447 GIcon *icon2
    [all...]
gfileicon.c 27 #include "gicon.h"
40 * @see_also: #GIcon, #GLoadableIcon
162 * Returns: a #GIcon for the given @file, or %NULL on error.
164 GIcon *
174 * @icon: a #GIcon.
189 g_file_icon_hash (GIcon *icon)
197 g_file_icon_equal (GIcon *icon1,
198 GIcon *icon2)
207 g_file_icon_to_tokens (GIcon *icon,
221 static GIcon *
    [all...]
gunixmounts.h 72 GIcon * g_unix_mount_guess_icon (GUnixMountEntry *mount_entry);
84 GIcon * g_unix_mount_point_guess_icon (GUnixMountPoint *mount_point);
gdrive.h 47 * @get_icon: Returns a #GIcon for the given #GDrive.
79 GIcon * (* get_icon) (GDrive *drive);
111 GIcon * g_drive_get_icon (GDrive *drive);
gvolume.h 82 * @get_icon: Gets a #GIcon for the #GVolume.
119 GIcon * (* get_icon) (GVolume *volume);
156 GIcon * g_volume_get_icon (GVolume *volume);
giotypes.h 77 typedef struct _GIcon GIcon; /* Dummy typedef */
gmount.h 49 * @get_icon: Gets a #GIcon for the #GMount.
82 GIcon * (* get_icon) (GMount *mount);
135 GIcon * g_mount_get_icon (GMount *mount);
gappinfo.h 65 * @get_icon: Gets the #GIcon for the #GAppInfo.
99 GIcon * (* get_icon) (GAppInfo *appinfo);
144 GIcon * g_app_info_get_icon (GAppInfo *appinfo);
gfileinfo.h 161 * The value for this key should contain a #GIcon.
163 #define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon" /* object (GIcon) */
628 * A key in the "preview" namespace for getting a #GIcon that can be
632 * for this key should contain a #GIcon.
636 #define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon" /* object (GIcon) */
792 GIcon * g_file_info_get_icon (GFileInfo *info);
819 GIcon *icon);
    [all...]
gwin32mount.c 55 GIcon *icon;
208 static GIcon *
gunixmount.c 58 GIcon *icon;
171 static GIcon *
gunixvolume.c 61 GIcon *icon;
218 static GIcon *
gdrive.c 182 * Returns: #GIcon for the @drive.
185 GIcon *
gvolume.c 189 * Returns: a #GIcon.
193 GIcon *
gappinfo.c 454 * Returns: the default #GIcon for @appinfo.
456 GIcon *
  /external/bluetooth/glib/gio/tests/
g-icon.c 33 GIcon *icon;
34 GIcon *icon2;
35 GIcon *icon3;
36 GIcon *icon4;
37 GIcon *icon5;

Completed in 306 milliseconds

1 2