Name
Module Private List -- Structures and APIs
Description
This module is used to debug the gdome2 reference counting system, you can access to
those information specifing --with-ref-debug option configuring gdome2 compilation
process (./configure --with-ref-debug).
Details
struct GdomePrivateList
struct GdomePrivateList {
void *data;
GdomePrivateList *next;
}; |
gdome_private_list_append ()
Append a new element containing data to the list specified.
gdome_private_list_prepend ()
Add a new element containing data at the first position of list
specified.
gdome_private_list_length ()
gdome_private_list_remove ()
Remove the element containing data from the list.
gdome_private_list_nth ()