mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Merge branch '1119-volume-monitor-main-loop-docs' into 'master'
gvolumemonitor: Document the need to run a main loop Closes #1119 See merge request GNOME/glib!310
This commit is contained in:
commit
d0aba9363e
@ -43,6 +43,9 @@
|
|||||||
* [thread-default-context aware][g-main-context-push-thread-default],
|
* [thread-default-context aware][g-main-context-push-thread-default],
|
||||||
* and so should not be used other than from the main thread, with no
|
* and so should not be used other than from the main thread, with no
|
||||||
* thread-default-context active.
|
* thread-default-context active.
|
||||||
|
*
|
||||||
|
* In order to receive updates about volumes and mounts monitored through GVFS,
|
||||||
|
* a main loop must be running.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
G_DEFINE_TYPE (GVolumeMonitor, g_volume_monitor, G_TYPE_OBJECT)
|
G_DEFINE_TYPE (GVolumeMonitor, g_volume_monitor, G_TYPE_OBJECT)
|
||||||
|
Loading…
Reference in New Issue
Block a user