From: Owen Taylor Date: Thu, 25 Jul 2002 22:59:54 +0000 (+0000) Subject: Fix reference to non-existing @priority parameter. (#88500, Linux Walleij) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0f6d7098678ac3e839fe58b9b0d02237b1c78b2d;p=dana%2Fcg-glib.git Fix reference to non-existing @priority parameter. (#88500, Linux Walleij) Thu Jul 25 18:58:29 2002 Owen Taylor * glib/tmpl/threads.sgml: Fix reference to non-existing @priority parameter. (#88500, Linux Walleij) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 02573bdc..2b398426 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 25 18:58:29 2002 Owen Taylor + + * glib/tmpl/threads.sgml: Fix reference to non-existing + @priority parameter. (#88500, Linux Walleij) + 2002-06-03 Matthias Clasen * gobject/gobject-docs.sgml: diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index f3b146e2..60b2a189 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -269,7 +269,7 @@ g_thread_join() is called for that thread. -This function creates a new thread with the priority @priority. +This function creates a new thread with the default priority.