| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Creates a new
|
Gets the number of items in a container.
|
Returns the type of value in
|
Returns
|
Returns the value in
|
Get-if-set a generic value from a container.
|
Removes a value identified by
|
Removes a values whose key start with
|
Copies a items from one place in container to another place. The copies are shallow, objects are not physically duplicated, only
referenced in
|
Makes a value in When
|
Calls The function is called
|
Gets all quark keys of a container. Since: 2.7
|
Gets all string keys of a container. Since: 2.7
|
Stores a boolean into
|
Returns the boolean in
|
Get-if-set a boolean from a container.
|
Stores an unsigned character into
|
Returns the unsigned character in
|
Get-if-set an unsigned char from a container.
|
Stores a 32bit integer into
|
Returns the 32bit integer in
|
Get-if-set a 32bit integer from a container.
|
Stores an enum into Note enums are treated as 32bit integers.
|
Returns the enum in Note enums are treated as 32bit integers.
|
Get-if-set an enum from a container. Note enums are treated as 32bit integers.
|
Stores a 64bit integer into
|
Returns the 64bit integer in
|
Get-if-set a 64bit integer from a container.
|
Stores a double into
|
Returns the double in
|
Get-if-set a double from a container.
|
Returns the string in The returned string must be treated as constant and never freed or modified.
|
Get-if-set a string from a container. The string eventually stored in
|
Stores an object into The container claims ownership on the object, i.e. its reference count is incremented. The object must implement
|
Get-if-set an object from a container. The object eventually stored in
|
Creates a text representation of Note only simple data types are supported as serialization of compound objects is not controllable.
|
Expands to
|
Removes a value identified by name Expands to
|
Makes a value in container See Container.rename() for details.
|
Stores a boolean into container
|
Stores a double into container
|
Stores an enum into container Note enums are treated as 32bit integers.
|
Stores a 32bit integer into container
|
Stores a 64bit integer into container
|
Stores an object into container See Container.set_object() for details.
|
Stores an unsigned character into container
|
Stores a string into container The container takes ownership of the string, so it can't be used on static strings, use g_strdup() to duplicate them first.
|
Gets the boolean in container
|
Gets the double in container
|
Gets the enum in container Note enums are treated as 32bit integers.
|
Gets the 32bit integer in container
|
Gets the 64bit integer in container
|
Gets the object in container The returned object doesn't have its reference count increased, use
g_object_ref() if you want to access it even when
|
Gets the unsigned character in container
|
Gets the value in container
|
Gets the string in container The returned string must be treated as constant and never freed or modified.
|
Get object of given key from container.
|
Set string for key to given value
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Feb 11 04:00:59 2012 | http://epydoc.sourceforge.net |