Correct compile line for threads example.

Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>

        * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
This commit is contained in:
BST 2003 Tony Gale 2003-09-03 16:39:28 +00:00 committed by Tony Gale
parent 36dfea8ece
commit 472590010f
6 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@ -1,3 +1,7 @@
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@ -1,3 +1,7 @@
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@ -1,3 +1,7 @@
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@ -1,3 +1,7 @@
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@ -1245,7 +1245,7 @@ illustrate how to use threads within GTK+ programs.</para>
/*
* Compile with:
*
* cc -o gtk-thread gtk-thread.c `pkg-config --cflags --libs gtk+-2.0 gthread`
* cc -o gtk-thread gtk-thread.c `pkg-config --cflags --libs gtk+-2.0 gthread-2.0`
*
* Thanks to Sebastian Wilhelmi for pointing out some bugs in earlier versions.
*