Merge branch 'gvolumemonitor_suggest_disco_sigs' into 'main'

gio/gvolumemonitor: Suggest disconnecting signals

See merge request GNOME/glib!4495
This commit is contained in:
Philip Withnall 2025-02-18 14:30:03 +00:00
commit 2c8a044cec

View File

@ -507,7 +507,7 @@ g_union_volume_monitor_new (void)
* Gets the volume monitor used by gio. * Gets the volume monitor used by gio.
* *
* Returns: (transfer full): a reference to the #GVolumeMonitor used by gio. Call * Returns: (transfer full): a reference to the #GVolumeMonitor used by gio. Call
* g_object_unref() when done with it. * g_object_unref() when done with it, after disconnecting any signal handlers.
**/ **/
GVolumeMonitor * GVolumeMonitor *
g_volume_monitor_get (void) g_volume_monitor_get (void)