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:
Iain Lane 2018-09-07 12:28:44 +00:00
commit d0aba9363e

View File

@ -43,6 +43,9 @@
* [thread-default-context aware][g-main-context-push-thread-default],
* and so should not be used other than from the main thread, with no
* 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)