gcut-test-utils

gcut-test-utils

概要

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,
                                                         ...);

説明

詳細

gcut_take_object ()

GObject *           gcut_take_object                    (GObject *object);

1.0.3から


gcut_take_error ()

GError *            gcut_take_error                     (GError *error);

1.0.3から


gcut_take_list ()

const GList *       gcut_take_list                      (const GList *list,
                                                         CutDestroyFunction destroy_function);

1.0.3から


gcut_take_hash_table ()

GHashTable *        gcut_take_hash_table                (GHashTable *hash_table);

1.0.4から


gcut_list_string_new ()

GList *             gcut_list_string_new                (const gchar *value,
                                                         ...);

1.0.3から


gcut_list_string_new_array ()

GList *             gcut_list_string_new_array          (const gchar **strings);

1.0.6から


gcut_take_new_list_string ()

const GList *       gcut_take_new_list_string           (const gchar *value,
                                                         ...);

1.0.5から


gcut_take_new_list_string_backward_compatibility()

#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.


gcut_take_new_list_string_array ()

const GList *       gcut_take_new_list_string_array     (const gchar **strings);

1.0.6から


gcut_list_string_free ()

void                gcut_list_string_free               (GList *list);

1.0.3から


gcut_hash_table_string_string_new ()

GHashTable *        gcut_hash_table_string_string_new   (const gchar *key,
                                                         ...);

1.0.4から


gcut_hash_table_string_string_new_va_list ()

GHashTable *        gcut_hash_table_string_string_new_va_list
                                                        (const gchar *key,
                                                         va_list args);

1.0.5から


gcut_take_new_hash_table_string_string ()

GHashTable *        gcut_take_new_hash_table_string_string
                                                        (const gchar *key,
                                                         ...);

1.0.5から