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-Tag: R_2_0_core~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f6d7098678ac3e839fe58b9b0d02237b1c78b2d;p=platform%2Fupstream%2Fglib.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 02573bd..2b39842 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 f3b146e..60b2a18 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.