Home
last modified time | relevance | path

Searched refs:GIcon (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/glib/gio/
Dgicon.h33 #define G_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ICON, GIcon))
67 guint (* hash) (GIcon *icon);
68 gboolean (* equal) (GIcon *icon1,
69 GIcon *icon2);
70 gboolean (* to_tokens) (GIcon *icon,
73 GIcon * (* from_tokens) (gchar **tokens,
78 GVariant * (* serialize) (GIcon *icon);
87 gboolean g_icon_equal (GIcon *icon1,
88 GIcon *icon2);
90 gchar *g_icon_to_string (GIcon *icon);
[all …]
Dgicon.c77 G_DEFINE_INTERFACE(GIcon, g_icon, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument
103 return (* iface->hash) ((GIcon *)icon); in g_icon_hash()
116 g_icon_equal (GIcon *icon1, in g_icon_equal()
117 GIcon *icon2) in g_icon_equal()
136 g_icon_to_string_tokenized (GIcon *icon, GString *s) in g_icon_to_string_tokenized()
212 g_icon_to_string (GIcon *icon) in g_icon_to_string()
274 static GIcon *
278 GIcon *icon; in g_icon_new_from_tokens()
399 static GIcon *
403 GIcon *icon; in g_icon_new_for_string_simple()
[all …]
Dgemblem.c51 GIcon *icon;
173 g_emblem_new (GIcon *icon) in g_emblem_new()
200 g_emblem_new_with_origin (GIcon *icon, in g_emblem_new_with_origin()
227 GIcon *
255 g_emblem_hash (GIcon *icon) in g_emblem_hash()
267 g_emblem_equal (GIcon *icon1, in g_emblem_equal()
268 GIcon *icon2) in g_emblem_equal()
278 g_emblem_to_tokens (GIcon *icon, in g_emblem_to_tokens()
306 static GIcon *
313 GIcon *icon; in g_emblem_from_tokens()
[all …]
Dgemblemedicon.c53 GIcon *icon;
154 GIcon *
155 g_emblemed_icon_new (GIcon *icon, in g_emblemed_icon_new()
184 GIcon *
270 g_emblemed_icon_hash (GIcon *icon) in g_emblemed_icon_hash()
283 g_emblemed_icon_equal (GIcon *icon1, in g_emblemed_icon_equal()
284 GIcon *icon2) in g_emblemed_icon_equal()
309 g_emblemed_icon_to_tokens (GIcon *icon, in g_emblemed_icon_to_tokens()
334 GIcon *emblem_icon = G_ICON (l->data); in g_emblemed_icon_to_tokens()
346 static GIcon *
[all …]
Dgfileicon.c177 GIcon *
202 g_file_icon_hash (GIcon *icon) in g_file_icon_hash()
210 g_file_icon_equal (GIcon *icon1, in g_file_icon_equal()
211 GIcon *icon2) in g_file_icon_equal()
220 g_file_icon_to_tokens (GIcon *icon, in g_file_icon_to_tokens()
234 static GIcon *
240 GIcon *icon; in g_file_icon_from_tokens()
273 g_file_icon_serialize (GIcon *icon) in g_file_icon_serialize()
Dgthemedicon.c369 GIcon *
387 GIcon *
391 GIcon *icon; in g_themed_icon_new_from_names()
439 GIcon *
527 g_themed_icon_hash (GIcon *icon) in g_themed_icon_hash()
542 g_themed_icon_equal (GIcon *icon1, in g_themed_icon_equal()
543 GIcon *icon2) in g_themed_icon_equal()
560 g_themed_icon_to_tokens (GIcon *icon, in g_themed_icon_to_tokens()
578 static GIcon *
584 GIcon *icon; in g_themed_icon_from_tokens()
[all …]
Dgbytesicon.c157 GIcon *
184 g_bytes_icon_hash (GIcon *icon) in g_bytes_icon_hash()
192 g_bytes_icon_equal (GIcon *icon1, in g_bytes_icon_equal()
193 GIcon *icon2) in g_bytes_icon_equal()
202 g_bytes_icon_serialize (GIcon *icon) in g_bytes_icon_serialize()
Dgemblem.h50 GEmblem *g_emblem_new (GIcon *icon);
52 GEmblem *g_emblem_new_with_origin (GIcon *icon,
55 GIcon *g_emblem_get_icon (GEmblem *emblem);
Dgthemedicon.h50 GIcon *g_themed_icon_new (const char *iconname);
52 GIcon *g_themed_icon_new_with_default_fallbacks (const char *iconname);
54 GIcon *g_themed_icon_new_from_names (char **iconnames,
Dgemblemedicon.h67 GIcon *g_emblemed_icon_new (GIcon *icon,
70 GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *emblemed);
Dgunixmounts.h99 GIcon * g_unix_mount_guess_icon (GUnixMountEntry *mount_entry);
101 GIcon * g_unix_mount_guess_symbolic_icon (GUnixMountEntry *mount_entry);
128 GIcon * g_unix_mount_point_guess_icon (GUnixMountPoint *mount_point);
130 GIcon * g_unix_mount_point_guess_symbolic_icon (GUnixMountPoint *mount_point);
Dgvolume.h138 GIcon * (* get_icon) (GVolume *volume);
181 GIcon * (* get_symbolic_icon) (GVolume *volume);
190 GIcon * g_volume_get_icon (GVolume *volume);
192 GIcon * g_volume_get_symbolic_icon (GVolume *volume);
Dgdrive.h100 GIcon * (* get_icon) (GDrive *drive);
166 GIcon * (* get_symbolic_icon) (GDrive *drive);
177 GIcon * g_drive_get_icon (GDrive *drive);
179 GIcon * g_drive_get_symbolic_icon (GDrive *drive);
Dgmount.h88 GIcon * (* get_icon) (GMount *mount);
161 GIcon * (* get_symbolic_icon) (GMount *mount);
174 GIcon * g_mount_get_icon (GMount *mount);
176 GIcon * g_mount_get_symbolic_icon (GMount *mount);
Dgcontenttype.h48 GIcon * g_content_type_get_icon (const gchar *type);
50 GIcon * g_content_type_get_symbolic_icon (const gchar *type);
Dgwin32mount.c51 GIcon *icon;
52 GIcon *symbolic_icon;
213 static GIcon *
243 static GIcon *
Dgunixmount.c56 GIcon *icon;
57 GIcon *symbolic_icon;
172 static GIcon *
180 static GIcon *
Dgfileinfo.h1046 GIcon * g_file_info_get_icon (GFileInfo *info);
1048 GIcon * g_file_info_get_symbolic_icon (GFileInfo *info);
1094 GIcon *icon);
1097 GIcon *icon);
Dgunixvolume.c58 GIcon *icon;
59 GIcon *symbolic_icon;
194 static GIcon *
201 static GIcon *
Dgvolume.c146 GIcon *
170 GIcon *
174 GIcon *ret; in g_volume_get_symbolic_icon()
Dgcontenttype-win32.c221 GIcon *
224 GIcon *themed_icon; in g_content_type_get_icon()
279 GIcon *
Dgbytesicon.h45 GIcon * g_bytes_icon_new (GBytes *bytes);
Dgfileicon.h50 GIcon * g_file_icon_new (GFile *file);
/third_party/glib/gio/tests/
Dg-icon.c33 GIcon *icon; in test_g_icon_to_string()
34 GIcon *icon2; in test_g_icon_to_string()
35 GIcon *icon3; in test_g_icon_to_string()
36 GIcon *icon4; in test_g_icon_to_string()
37 GIcon *icon5; in test_g_icon_to_string()
45 GIcon *i; in test_g_icon_to_string()
272 GIcon *icon; in test_g_icon_serialize()
273 GIcon *icon2; in test_g_icon_serialize()
274 GIcon *icon3; in test_g_icon_serialize()
275 GIcon *icon4; in test_g_icon_serialize()
[all …]
Dgnotification.c30 GIcon *icon; in activate_app()
181 GIcon *icon;
200 GIcon *icon; in test_properties()

1234567