~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/gfilenamecompleter.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-08-18 16:04:30 UTC
  • mto: (3.2.7 intrepid) (1.2.44 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080818160430-155dx04fee19rrtz
Tags: upstream-2.17.7
Import upstream version 2.17.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
   * 
105
105
   * Emitted when the file name completion information comes available.
106
106
   **/
107
 
  signals[GOT_COMPLETION_DATA] = g_signal_new (I_("got_completion_data"),
 
107
  signals[GOT_COMPLETION_DATA] = g_signal_new (I_("got-completion-data"),
108
108
                                          G_TYPE_FILENAME_COMPLETER,
109
109
                                          G_SIGNAL_RUN_LAST,
110
110
                                          G_STRUCT_OFFSET (GFilenameCompleterClass, got_completion_data),