![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GObject * gcut_take_object (GObject *object); GError * gcut_take_error (GError *error); const GList * gcut_take_list (const GList *list, CutDestroyFunction destroy_function); GHashTable * gcut_take_hash_table (GHashTable *hash_table); GList * gcut_list_string_new (const gchar *value, ...); GList * gcut_list_string_new_array (const gchar **strings); const GList * gcut_take_new_list_string (const gchar *value, ...); #define gcut_take_new_list_string_backward_compatibility(value, ...) const GList * gcut_take_new_list_string_array (const gchar **strings); void gcut_list_string_free (GList *list); GHashTable * gcut_hash_table_string_string_new (const gchar *key, ...); GHashTable * gcut_hash_table_string_string_new_va_list (const gchar *key, va_list args); GHashTable * gcut_take_new_hash_table_string_string (const gchar *key, ...);
const GList * gcut_take_list (const GList *list, CutDestroyFunction destroy_function);
Since 1.0.3
GList * gcut_list_string_new_array (const gchar **strings);
Since 1.0.6
const GList * gcut_take_new_list_string (const gchar *value, ...);
Since 1.0.5
#define gcut_take_new_list_string_backward_compatibility(value, ...)
gcut_take_new_list_string_backward_compatibility
is deprecated and should not be used in newly-written code.
const GList * gcut_take_new_list_string_array (const gchar **strings);
Since 1.0.6
GHashTable * gcut_hash_table_string_string_new (const gchar *key, ...);
Since 1.0.4
GHashTable * gcut_hash_table_string_string_new_va_list (const gchar *key, va_list args);
Since 1.0.5