From 282924fdf14d2686a2c51fd170cfbd18e29a87a9 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 25 Mar 2005 21:22:18 +0000 Subject: [PATCH] add docs for new cdecl cb attr and doc ObjectManager svn path=/trunk/gtk-sharp/; revision=42260 --- doc/en/GLib/CDeclCallbackAttribute.xml | 33 +++++++++++++++++++++ doc/en/GLib/ObjectManager.xml | 41 ++++++++++++++++++-------- 2 files changed, 62 insertions(+), 12 deletions(-) create mode 100644 doc/en/GLib/CDeclCallbackAttribute.xml diff --git a/doc/en/GLib/CDeclCallbackAttribute.xml b/doc/en/GLib/CDeclCallbackAttribute.xml new file mode 100644 index 000000000..c2d556004 --- /dev/null +++ b/doc/en/GLib/CDeclCallbackAttribute.xml @@ -0,0 +1,33 @@ + + + + glib-sharp + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] + 2.0.0.0 + neutral + + + Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. + + Identifies a native callback delegate. + + + + System.Attribute + + + + + + + Constructor + + + + Creates a + a + Delegates marked with this attribute are manually updated on win32 builds to add a modopt in IL which forces Cdecl calling convention. It should be applied to any manually written native callbacks in .custom files or manual implementations of callback delegates. + + + + diff --git a/doc/en/GLib/ObjectManager.xml b/doc/en/GLib/ObjectManager.xml index 9c93f8575..1e2bd77e3 100644 --- a/doc/en/GLib/ObjectManager.xml +++ b/doc/en/GLib/ObjectManager.xml @@ -4,14 +4,14 @@ glib-sharp - 0.0.0.0 + 2.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Manages GType to GLib.Object mapping and activation. + System.Object @@ -30,10 +30,10 @@ - To be added + Obsolete. Use the GType overload. an object of type an object of type - To be added + @@ -48,11 +48,11 @@ - To be added + Obsolete. Use the GType overload. an object of type an object of type an object of type - To be added + @@ -65,10 +65,10 @@ - To be added + Activates an object wrapper for a native object. an object of type an object of type - To be added + This should not need to be used by external code. @@ -77,10 +77,27 @@ - To be added + Do Not Use. an object of type - To be added + + + + + + Method + + System.Void + + + + + + + Registers a GType to System.Type mapping. + a + a + - \ No newline at end of file +