SGML markup fix
authorOwen Taylor <otaylor@src.gnome.org>
Sun, 14 Mar 2004 16:35:54 +0000 (16:35 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 14 Mar 2004 16:35:54 +0000 (16:35 +0000)
docs/reference/gobject/tmpl/signals.sgml

index 12ada40..f6ab02f 100644 (file)
@@ -512,7 +512,7 @@ calling the handler.
 <informalexample><programlisting>
  if (g_signal_handler_is_connected (instance, id))
    g_signal_handler_disconnect (instance, id);
-</informalexample></example>
+</programlisting></informalexample>
 </para>
 
 @instance: the instance to connect to.