gan-object-utils
gan-object-utils —
|
|
Details
gan_set_string_property ()
void gan_set_string_property (gchar **string_ptr,
const gchar *string);
gan_dispose_object ()
void gan_dispose_object (GObject **object_ptr);
gan_object_set_object_property ()
void gan_object_set_object_property (GObject **object_ptr,
GObject *object);
gan_dispose_object_list ()
void gan_dispose_object_list (GList **object_list_ptr);
gan_value_array_to_object_list ()
GList* gan_value_array_to_object_list (GValueArray *value_array);
gan_object_list_to_value_array ()
GValueArray* gan_object_list_to_value_array (GList *object_list,
GType object_type);
object_list : |
|
object_type : |
|
Returns : |
|
gan_object_set_object_list_property ()
void gan_object_set_object_list_property
(GList **object_list_ptr,
const GValue *array_value);
object_list_ptr : |
|
array_value : |
|
gan_object_get_object_list_property ()
void gan_object_get_object_list_property
(GList *object_list,
GType object_type,
GValue *array_value);
object_list : |
|
object_type : |
|
array_value : |
|