This is not intended to be used outside the GTK context.
Public Member Functions | |
| this () | |
| Creates a new SListG. | |
| this (OGTK[] gtks) | |
| Creates a list from an array of OGTK. | |
| GSList * | obj () |
| Gets the GObject. | |
| void | append (char[] str) |
| Appends an entry to this list. | |
| void | prepend (char[] str) |
| Preppends an entry to this list. | |
| guint | length () |
| Getst the length of this list. | |
| gpointer | nthData (guint n) |
| Gets the nth element of this list. | |
|
|
Appends an entry to this list.
|
|
|
Getst the length of this list.
|
|
|
Gets the nth element of this list.
|
|
|
Gets the GObject.
|
|
|
Preppends an entry to this list.
|
|
|
Creates a list from an array of OGTK.
|
|
|
Creates a new SListG.
|
|
|
|
|