From: Matthias Clasen Date: Sat, 17 May 2008 05:56:29 +0000 (+0000) Subject: Bug 528648 – Extra >s in Object Construction section... X-Git-Tag: GLIB_2_17_0~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=537075e94cfdf4f4505dcce0e5a918f2aa3950f7;p=platform%2Fupstream%2Fglib.git Bug 528648 – Extra >s in Object Construction section... * gobject/tut_howto.xml: Fix a formatting glitch svn path=/trunk/; revision=6900 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index cc06897..31f8a02 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2008-05-17 Matthias Clasen + + Bug 528648 – Extra >s in Object Construction section... + + * gobject/tut_howto.xml: Fix a formatting glitch + 2008-05-14 Tor Lillqvist * glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index 6e38790..ac98aeb 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -318,7 +318,7 @@ maman_bar_get_type (void) Construction properties will be set only after all instance_init functions have run. - No object reference will be returned to the client of g_object_new> + No object reference will be returned to the client of g_object_new until all the construction properties have been set.