glib-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ObjectGLib.IWrapperSystem.Collections.ICollectionSystem.ICloneableSystem.IDisposableBase class for GList and GSList.MethodSystem.Void
an object of type Appends an element to the end of the list.MethodSystem.Void
An item to be appended to the list.
Appends an item to the List.MethodSystem.Void
an object of type Appends an element to the end of the list.This is a convenience overload to append a to the end of a list.MethodSystem.ObjectClones the list.a copy of the list as an .Produces a copy of the list.MethodSystem.Void
an to copy to.
the index to start copying at in .
Copies the list to a typed array.PropertySystem.Int32The number of elements in the list.the number of elements in the list as an MethodSystem.VoidDisposes the list.If is set, this frees the native list.MethodSystem.Void
a Disposes the list.If the property is set, the underlying native list is freed.FieldSystem.TypeThe of the elements of the list. subclasses are handled automatically, so it is not necessary to set this field for lists of .MethodSystem.VoidEmpties the list.Empties, and frees the list, as well as all of its childrenMethodSystem.VoidFinalizer.MethodSystem.Collections.IEnumeratorGets an to enumerate the list elements.a PropertySystem.IntPtrA raw list reference for marshaling situations.an object of type PropertySystem.BooleanIndicates if the list is synchronized.always Always returns false. PropertySystem.Object
a representing the 0 indexed offset to the member.
Indexer for list members.the list member at as an .PropertySystem.BooleanIndicates if the native handle is owned by the Managed list class.an object of type Identifies the list as one that needs to be freed. Only set this to true if you want the object to release the associated native list when it is disposed.System.Obsolete("Replaced by owned parameter on ctor.")MethodSystem.Void
an object of type Prepends an element to the front of the list.This is faster than .PropertySystem.ObjectSynchronization root.always Always returns since this type is never synchronized.