OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_VOLUME_MONITOR
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gunixvolumemonitor.c
254
return
G_VOLUME_MONITOR
(monitor);
378
volume = _g_unix_volume_new (
G_VOLUME_MONITOR
(monitor), mountpoint);
434
mount = _g_unix_mount_new (
G_VOLUME_MONITOR
(monitor), mount_entry, volume);
gvolumemonitor.h
38
#define
G_VOLUME_MONITOR
(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_VOLUME_MONITOR, GVolumeMonitor))
gvolumemonitor.c
46
G_DEFINE_TYPE (GVolumeMonitor,
g_volume_monitor
, G_TYPE_OBJECT);
71
monitor =
G_VOLUME_MONITOR
(object);
gunionvolumemonitor.c
558
vm =
G_VOLUME_MONITOR
(g_object_ref (the_volume_monitor));
563
vm =
G_VOLUME_MONITOR
(the_volume_monitor);
Completed in 339 milliseconds