diff --git a/doc/ChangeLog b/doc/ChangeLog index b7d56ee3c..755c8931f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-16 Dan Winship + + * en/GLib/Value.xml: document new constructors + 2004-11-15 Dan Winship * en/Gtk/Container.xml (FocusChild): Has a getter now too. diff --git a/doc/en/GLib/Value.xml b/doc/en/GLib/Value.xml index 03547d837..18afa8bdd 100644 --- a/doc/en/GLib/Value.xml +++ b/doc/en/GLib/Value.xml @@ -163,8 +163,8 @@ - To be added - To be added + Disposes the underlying value + @@ -289,5 +289,37 @@ To be added + + + Constructor + + + + + + + Constructs a Value from an object of a given type + an object + the (C/GType) name of 's type + an object of type + + + + + + Constructor + + + + + + + Constructs a Value from an object of a given type + an value + the (C/GType) name of 's type + an object of type + + + \ No newline at end of file