Home
last modified time | relevance | path

Searched refs:G_UNION_VOLUME_MONITOR (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgunionvolumemonitor.c63 monitor = G_UNION_VOLUME_MONITOR (object);
83 monitor = G_UNION_VOLUME_MONITOR (object); in g_union_volume_monitor_dispose()
107 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_mounts()
133 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_volumes()
159 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_connected_drives()
185 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_volume_for_uuid()
214 monitor = G_UNION_VOLUME_MONITOR (volume_monitor); in get_mount_for_uuid()
Dgunionvolumemonitor.h30 #define G_UNION_VOLUME_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNION_VOLUME_MO… macro