From 768bc44081550be18ee19697ed36b5f92298ef11 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 12:12:55 -0500 Subject: docs: use |[ ]| instead of https://bugzilla.gnome.org/show_bug.cgi?id=723119 --- gdk/gdk.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gdk/gdk.c') diff --git a/gdk/gdk.c b/gdk/gdk.c index a1fee6c476..3bc27f5ef2 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -502,8 +502,7 @@ gdk_init (int *argc, char ***argv) * * A minimal main program for a threaded GTK+ application * looks like: - * - * + * |[ * int * main (int argc, char *argv[]) * { @@ -522,8 +521,7 @@ gdk_init (int *argc, char ***argv) * * return 0; * } - * - * + * ]| * * Callbacks require a bit of attention. Callbacks from GTK+ signals * are made within the GTK+ lock. However callbacks from GLib (timeouts, @@ -534,8 +532,7 @@ gdk_init (int *argc, char ***argv) * * Erik Mouw contributed the following code example to * illustrate how to use threads within GTK+ programs. - * - * + * |[ * /*------------------------------------------------------------------------- * * Filename: gtk-thread.c * * Version: 0.99.1 @@ -672,8 +669,7 @@ gdk_init (int *argc, char ***argv) * * return 0; * } - * - * + * ]| * * Unfortunately, all of the above documentation holds with the X11 * backend only. With the Win32 or Quartz backends, GDK and GTK+ calls -- cgit v1.2.1