gcut-list

gcut-list

Synopsis

gboolean            gcut_list_equal                     (const GList *list1,
                                                         const GList *list2,
                                                         GEqualFunc equal_func);
gchar *             gcut_list_inspect                   (const GList *list,
                                                         GCutInspectFunction inspect_func,
                                                         gpointer user_data);
gboolean            gcut_list_equal_int                 (const GList *list1,
                                                         const GList *list2);
gchar *             gcut_list_inspect_int               (const GList *list);
gboolean            gcut_list_equal_uint                (const GList *list1,
                                                         const GList *list2);
gchar *             gcut_list_inspect_uint              (const GList *list);
gboolean            gcut_list_equal_string              (const GList *list1,
                                                         const GList *list2);
gchar *             gcut_list_inspect_string            (const GList *list);
gchar *             gcut_list_inspect_object            (const GList *list);
gchar *             gcut_list_inspect_enum              (GType type,
                                                         const GList *list);
gchar *             gcut_list_inspect_flags             (GType type,
                                                         const GList *list);
#define             gcut_list_int_equal                 (list1, list2)
#define             gcut_list_int_inspect               (list)
#define             gcut_list_uint_equal                (list1, list2)
#define             gcut_list_uint_inspect              (list)
#define             gcut_list_string_equal              (list1, list2)
#define             gcut_list_string_inspect            (list)
#define             gcut_list_object_inspect            (list)
#define             gcut_list_enum_inspect              (list, type)
#define             gcut_list_flags_inspect             (list, type)

Description

Details

gcut_list_equal ()

gboolean            gcut_list_equal                     (const GList *list1,
                                                         const GList *list2,
                                                         GEqualFunc equal_func);

Since 1.0.5


gcut_list_inspect ()

gchar *             gcut_list_inspect                   (const GList *list,
                                                         GCutInspectFunction inspect_func,
                                                         gpointer user_data);

Since 1.0.5


gcut_list_equal_int ()

gboolean            gcut_list_equal_int                 (const GList *list1,
                                                         const GList *list2);

Since 1.0.6


gcut_list_inspect_int ()

gchar *             gcut_list_inspect_int               (const GList *list);

Since 1.0.6


gcut_list_equal_uint ()

gboolean            gcut_list_equal_uint                (const GList *list1,
                                                         const GList *list2);

Since 1.0.6


gcut_list_inspect_uint ()

gchar *             gcut_list_inspect_uint              (const GList *list);

Since 1.0.6


gcut_list_equal_string ()

gboolean            gcut_list_equal_string              (const GList *list1,
                                                         const GList *list2);

Since 1.0.6


gcut_list_inspect_string ()

gchar *             gcut_list_inspect_string            (const GList *list);

Since 1.0.6


gcut_list_inspect_object ()

gchar *             gcut_list_inspect_object            (const GList *list);

Since 1.0.6


gcut_list_inspect_enum ()

gchar *             gcut_list_inspect_enum              (GType type,
                                                         const GList *list);

Since 1.0.6


gcut_list_inspect_flags ()

gchar *             gcut_list_inspect_flags             (GType type,
                                                         const GList *list);

Since 1.0.6


gcut_list_int_equal()

#define             gcut_list_int_equal(list1, list2)

Warning

gcut_list_int_equal has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_equal_int() instead.

Since 1.0.5


gcut_list_int_inspect()

#define             gcut_list_int_inspect(list)

Warning

gcut_list_int_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_int() instead.

Since 1.0.5


gcut_list_uint_equal()

#define             gcut_list_uint_equal(list1, list2)

Warning

gcut_list_uint_equal has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_equal_uint() instead.

Since 1.0.5


gcut_list_uint_inspect()

#define             gcut_list_uint_inspect(list)

Warning

gcut_list_uint_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_uint() instead.

Since 1.0.5


gcut_list_string_equal()

#define             gcut_list_string_equal(list1, list2)

Warning

gcut_list_string_equal has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_equal_string() instead.

Since 1.0.5


gcut_list_string_inspect()

#define             gcut_list_string_inspect(list)

Warning

gcut_list_string_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_string() instead.

Since 1.0.5


gcut_list_object_inspect()

#define             gcut_list_object_inspect(list)

Warning

gcut_list_object_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_object() instead.

Since 1.0.5


gcut_list_enum_inspect()

#define             gcut_list_enum_inspect(list, type)

Warning

gcut_list_enum_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_enum() instead.

Since 1.0.5


gcut_list_flags_inspect()

#define             gcut_list_flags_inspect(list, type)

Warning

gcut_list_flags_inspect has been deprecated since version 1.0.6 and should not be used in newly-written code. Use gcut_list_inspect_flags() instead.

Since 1.0.5