IBusFactory: Fix syntax of gtk-doc comment
authorColin Walters <walters@verbum.org>
Mon, 3 Dec 2012 18:06:10 +0000 (23:36 +0530)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 3 Dec 2012 18:06:10 +0000 (23:36 +0530)
This was always invalid, but older versions of gobject-introspection
accepted it.

BUG=https://bugzilla.gnome.org/show_bug.cgi?id=689354

Review URL: https://codereview.appspot.com/6846138
Patch from Colin Walters <walters@verbum.org>.

src/ibusfactory.c

index c25280f..54a94fe 100644 (file)
@@ -170,7 +170,8 @@ ibus_factory_class_init (IBusFactoryClass *class)
      * with @engine_name, which gets emitted when IBusFactory
      * received CreateEngine dbus method. The callback functions
      * will be called until a callback returns a non-null object
-     * of IBusEngine. */
+     * of IBusEngine.
+     */
     factory_signals[CREATE_ENGINE] =
         g_signal_new (I_("create-engine"),
             G_TYPE_FROM_CLASS (gobject_class),