From dcf31a8f3353d3b5793f7cf3400ab8c39959e10e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 16 Nov 2004 18:04:23 +0000 Subject: [PATCH] * en/GLib/Value.xml: document new constructors svn path=/trunk/gtk-sharp/; revision=36175 --- doc/ChangeLog | 4 ++++ doc/en/GLib/Value.xml | 36 ++++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) 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