From a986ad5de082157fa426ec9dde119b6edae3a24b Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 2 Jul 2004 19:18:25 +0000 Subject: [PATCH] more glib docs svn path=/trunk/gtk-sharp/; revision=30689 --- doc/en/GLib/SList.xml | 12 ++++++------ doc/en/GLib/SignalAttribute.xml | 26 ++++++++++++++++++-------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/doc/en/GLib/SList.xml b/doc/en/GLib/SList.xml index d059b98a0..26343356b 100644 --- a/doc/en/GLib/SList.xml +++ b/doc/en/GLib/SList.xml @@ -77,9 +77,9 @@ - To be added - a - To be added + Creates a copy of the list. + a copy of the list as an + @@ -90,10 +90,10 @@ - To be added - a + Public Constructor. + the of the list elements. a - To be added + diff --git a/doc/en/GLib/SignalAttribute.xml b/doc/en/GLib/SignalAttribute.xml index c87bd01e6..7d4c0b25a 100644 --- a/doc/en/GLib/SignalAttribute.xml +++ b/doc/en/GLib/SignalAttribute.xml @@ -10,8 +10,18 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Marks events genrated from signals - This attribute indentifies events generated from signals and allows obtaining its original name. + Marks events generated from signals + + +This attribute indentifies events generated from signals and allows obtaining its original name. + + + +[GLib.Signal("destroy")] +public event System.EventHandler Destroyed { add; remove; } + + + System.Attribute @@ -27,10 +37,10 @@ - To be added - an object of type + Public Constructor. + a containing the C name of the signal. an object of type - To be added + @@ -40,9 +50,9 @@ System.String - To be added - an object of type - To be added + The C name of the signal. + the C name of the signal as a +