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.
* <example>
* <title>Launching an application</title>
* <informalexample>
* <programlisting>
* GdkAppLaunchContext *context;
*
@ -51,6 +52,7 @@
*
* g_object_unref (context);
* </programlisting>
* </informalexample>
* </example>
*/