diff options
author | Ryan Lortie <desrt@desrt.ca> | 2015-01-08 02:03:18 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2015-03-02 15:10:46 -0500 |
commit | 73d4e6f12ff20648996f655fe66cd916be631ba3 (patch) | |
tree | 69e0e14628c2145c1bda92c3a7483741f09d3cd6 /docs/reference | |
parent | 720274511ba243e72ab169cde96ab827804fd871 (diff) | |
download | glib-73d4e6f12ff20648996f655fe66cd916be631ba3.tar.gz glib-73d4e6f12ff20648996f655fe66cd916be631ba3.tar.bz2 glib-73d4e6f12ff20648996f655fe66cd916be631ba3.zip |
Rename g_unix_mount_monitor_new() to _get()
This is a singleton, but we have a function called _new() to get it.
What's worse is that the documentation makes no mention of this, and
actually specifically says that a new monitor will be created each time.
https://bugzilla.gnome.org/show_bug.cgi?id=742599
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gio/gio-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index 757ccf2cd..d3517c66e 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1556,6 +1556,7 @@ g_unix_mounts_get g_unix_mount_at g_unix_mounts_changed_since g_unix_mount_points_changed_since +g_unix_mount_monitor_get g_unix_mount_monitor_new g_unix_mount_monitor_set_rate_limit g_unix_is_mount_path_system_internal |