/third_party/glib/gio/ |
D | gicon.h | 33 #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 …]
|
D | gicon.c | 77 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 …]
|
D | gemblem.c | 51 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 …]
|
D | gemblemedicon.c | 53 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 …]
|
D | gfileicon.c | 177 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()
|
D | gthemedicon.c | 369 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 …]
|
D | gbytesicon.c | 157 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()
|
D | gemblem.h | 50 GEmblem *g_emblem_new (GIcon *icon); 52 GEmblem *g_emblem_new_with_origin (GIcon *icon, 55 GIcon *g_emblem_get_icon (GEmblem *emblem);
|
D | gthemedicon.h | 50 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,
|
D | gemblemedicon.h | 67 GIcon *g_emblemed_icon_new (GIcon *icon, 70 GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *emblemed);
|
D | gunixmounts.h | 99 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);
|
D | gvolume.h | 138 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);
|
D | gdrive.h | 100 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);
|
D | gmount.h | 88 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);
|
D | gcontenttype.h | 48 GIcon * g_content_type_get_icon (const gchar *type); 50 GIcon * g_content_type_get_symbolic_icon (const gchar *type);
|
D | gwin32mount.c | 51 GIcon *icon; 52 GIcon *symbolic_icon; 213 static GIcon * 243 static GIcon *
|
D | gunixmount.c | 56 GIcon *icon; 57 GIcon *symbolic_icon; 172 static GIcon * 180 static GIcon *
|
D | gfileinfo.h | 1046 GIcon * g_file_info_get_icon (GFileInfo *info); 1048 GIcon * g_file_info_get_symbolic_icon (GFileInfo *info); 1094 GIcon *icon); 1097 GIcon *icon);
|
D | gunixvolume.c | 58 GIcon *icon; 59 GIcon *symbolic_icon; 194 static GIcon * 201 static GIcon *
|
D | gvolume.c | 146 GIcon * 170 GIcon * 174 GIcon *ret; in g_volume_get_symbolic_icon()
|
D | gcontenttype-win32.c | 221 GIcon * 224 GIcon *themed_icon; in g_content_type_get_icon() 279 GIcon *
|
D | gbytesicon.h | 45 GIcon * g_bytes_icon_new (GBytes *bytes);
|
D | gfileicon.h | 50 GIcon * g_file_icon_new (GFile *file);
|
/third_party/glib/gio/tests/ |
D | g-icon.c | 33 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 …]
|
D | gnotification.c | 30 GIcon *icon; in activate_app() 181 GIcon *icon; 200 GIcon *icon; in test_properties()
|