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:49:02 +00:00
committed by Tony Gale
parent 6f1fb7d058
commit 628468f1e7
6 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
`
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@@ -1,3 +1,4 @@
`
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@@ -1,3 +1,4 @@
`
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@@ -1,3 +1,4 @@
`
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@@ -1,3 +1,4 @@
`
2003-09-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call

View File

@@ -2,7 +2,7 @@
<book>
<bookinfo>
<date>August 26th 2003</date>
<date>September 3rd 2003</date>
<title>GTK+ FAQ</title>
<authorgroup>
<author>
@@ -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.
*