gdkapplaunchcontext: Add tags to code example

This commit is contained in:
Javier Jardón
2012-01-25 17:35:39 +00:00
parent fa6ad2ca04
commit 104d9cab37

View File

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