mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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
@@ -251,7 +251,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
|
||||
* Emitted when a mount operation asks the user for a password.
|
||||
*/
|
||||
signals[ASK_PASSWORD] =
|
||||
g_signal_new (I_("ask_password"),
|
||||
g_signal_new (I_("ask-password"),
|
||||
G_TYPE_FROM_CLASS (object_class),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
G_STRUCT_OFFSET (GMountOperationClass, ask_password),
|
||||
@@ -270,7 +270,7 @@ g_mount_operation_class_init (GMountOperationClass *klass)
|
||||
* choices for the user to choose from.
|
||||
*/
|
||||
signals[ASK_QUESTION] =
|
||||
g_signal_new (I_("ask_question"),
|
||||
g_signal_new (I_("ask-question"),
|
||||
G_TYPE_FROM_CLASS (object_class),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
G_STRUCT_OFFSET (GMountOperationClass, ask_question),
|
||||
|
Reference in New Issue
Block a user