mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-04 07:09: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
@@ -104,7 +104,7 @@ g_filename_completer_class_init (GFilenameCompleterClass *klass)
|
||||
*
|
||||
* Emitted when the file name completion information comes available.
|
||||
**/
|
||||
signals[GOT_COMPLETION_DATA] = g_signal_new (I_("got_completion_data"),
|
||||
signals[GOT_COMPLETION_DATA] = g_signal_new (I_("got-completion-data"),
|
||||
G_TYPE_FILENAME_COMPLETER,
|
||||
G_SIGNAL_RUN_LAST,
|
||||
G_STRUCT_OFFSET (GFilenameCompleterClass, got_completion_data),
|
||||
|
Reference in New Issue
Block a user