]> Pileus Git - ~andy/gtk/commitdiff
gdkapplaunchcontext: Add tags to code example
authorJavier Jardón <jjardon@gnome.org>
Wed, 25 Jan 2012 17:35:39 +0000 (17:35 +0000)
committerJavier Jardón <jjardon@gnome.org>
Wed, 25 Jan 2012 17:36:57 +0000 (17:36 +0000)
gdk/gdkapplaunchcontext.c

index 5f9aa249c53165b27d04cd3de5655f9fdb94cc50..9916c82ca7bb5ed49a7204bff90f3cd51b986ff5 100644 (file)
@@ -38,6 +38,7 @@
  * screen or workspace.
  * <example>
  * <title>Launching an application</title>
+ * <informalexample>
  * <programlisting>
  * GdkAppLaunchContext *context;
  *
@@ -51,6 +52,7 @@
  *
  * g_object_unref (context);
  * </programlisting>
+ * </informalexample>
  * </example>
  */