mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
gfilenamecompleter.c glocaldirectorymonitor.c gmountoperation.c
2008-08-11 Sven Neumann <sven@gimp.org> * gfilenamecompleter.c * glocaldirectorymonitor.c * gmountoperation.c * gunionvolumemonitor.c * gunixmount.c * gunixmounts.c * gunixvolume.c * gunixvolumemonitor.c * gvolumemonitor.c * gwin32mount.c * gwin32volumemonitor.c: use canonical signal names. svn path=/trunk/; revision=7339
This commit is contained in:
committed by
Sven Neumann
parent
c05a369012
commit
8d37a7964d
@@ -1149,7 +1149,7 @@ g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass)
|
||||
* Emitted when the unix mounts have changed.
|
||||
**/
|
||||
signals[MOUNTS_CHANGED] =
|
||||
g_signal_new ("mounts_changed",
|
||||
g_signal_new ("mounts-changed",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
0,
|
||||
@@ -1163,7 +1163,7 @@ g_unix_mount_monitor_class_init (GUnixMountMonitorClass *klass)
|
||||
* Emitted when the unix mount points have changed.
|
||||
**/
|
||||
signals[MOUNTPOINTS_CHANGED] =
|
||||
g_signal_new ("mountpoints_changed",
|
||||
g_signal_new ("mountpoints-changed",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user