diff --git a/doc/en/GLib/GInterfaceAdapter.xml b/doc/en/GLib/GInterfaceAdapter.xml index 1429de247..62da34084 100644 --- a/doc/en/GLib/GInterfaceAdapter.xml +++ b/doc/en/GLib/GInterfaceAdapter.xml @@ -42,6 +42,18 @@ + + + Property + + System.IntPtr + + + Handle property. + a pointer to a native object. + + + GInterfaceAdapter abstract class. diff --git a/doc/en/GLib/List.xml b/doc/en/GLib/List.xml index f0061686a..47a62ef2f 100644 --- a/doc/en/GLib/List.xml +++ b/doc/en/GLib/List.xml @@ -160,5 +160,23 @@ Constructs a native GList containing a set of member objects. + + + Constructor + + + + + + + + Array on elements to build the list. + The Type of the elements. + Indicates if the list reference must be released on finalization. + Indicates if the list members must be released on finalization. + Public constructor. + Constructs a native GList containing a set of member objects. + + diff --git a/doc/en/GLib/Marshaller.xml b/doc/en/GLib/Marshaller.xml index fe8a81e56..cdf7f10a3 100644 --- a/doc/en/GLib/Marshaller.xml +++ b/doc/en/GLib/Marshaller.xml @@ -326,5 +326,52 @@ + + + Method + + System.Void + + + + + + An array of native memory addresses. + Frees an array of native memory locations. + + + + + + Method + + System.String[] + + + + + + Pointer to a null-terminated string array. + Marshal a null-terminated string array to a managed array. + A string array. + + + + + + Method + + System.IntPtr[] + + + + + + an array of strings. + Marshals a managed string array to a native null-terminated array. + An array of native string pointers. + + + diff --git a/doc/en/GLib/SList.xml b/doc/en/GLib/SList.xml index be0c394cc..380a8bdf4 100644 --- a/doc/en/GLib/SList.xml +++ b/doc/en/GLib/SList.xml @@ -101,5 +101,23 @@ Constructs a native GList containing a set of member objects. + + + Constructor + + + + + + + + An array of list member objects. + The type of the members. + Indicates if the list reference must be released on finalization. + Indicates if the list members must be released on finalization. + Public constructor. + Constructs a native GList containing a set of member objects. + + diff --git a/doc/en/GLib/Value.xml b/doc/en/GLib/Value.xml index c831549fb..65d72a6de 100644 --- a/doc/en/GLib/Value.xml +++ b/doc/en/GLib/Value.xml @@ -636,5 +636,17 @@ Note that casting a to any enum type will invoke this operator. + + + Constructor + + + + + To be added. + Public constructor. + Constructs a native GValue from an interface adapter object, wrapping its underlying managed interface. + +