diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 12:12:55 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-29 12:45:49 -0500 |
commit | 768bc44081550be18ee19697ed36b5f92298ef11 (patch) | |
tree | 8a0600c37dd2cc07fb00426c76922d3e3f1085e5 /gdk/gdkapplaunchcontext.c | |
parent | a74ea0770dfc3c7feaa156ab26c26b44162d1820 (diff) | |
download | gtk+-768bc44081550be18ee19697ed36b5f92298ef11.tar.gz |
docs: use |[ ]| instead of <programlisting></programlisting>
https://bugzilla.gnome.org/show_bug.cgi?id=723119
Diffstat (limited to 'gdk/gdkapplaunchcontext.c')
-rw-r--r-- | gdk/gdkapplaunchcontext.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c index 3fbcf72416..bfad9ba28a 100644 --- a/gdk/gdkapplaunchcontext.c +++ b/gdk/gdkapplaunchcontext.c @@ -36,8 +36,7 @@ * screen or workspace. * <example> * <title>Launching an application</title> - * <informalexample> - * <programlisting> + * |[ * GdkAppLaunchContext *context; * * context = gdk_display_get_app_launch_context (display); @@ -49,8 +48,7 @@ * g_warning ("Launching failed: %s\n", error->message); * * g_object_unref (context); - * </programlisting> - * </informalexample> + * ]| * </example> */ |