![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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)
gboolean gcut_list_equal (const GList *list1, const GList *list2, GEqualFunc equal_func);
Since 1.0.5
gchar * gcut_list_inspect (const GList *list, GCutInspectFunction inspect_func, gpointer user_data);
Since 1.0.5
gboolean gcut_list_equal_int (const GList *list1, const GList *list2);
Since 1.0.6
gboolean gcut_list_equal_uint (const GList *list1, const GList *list2);
Since 1.0.6
gboolean gcut_list_equal_string (const GList *list1, const GList *list2);
Since 1.0.6
gchar * gcut_list_inspect_enum (GType type, const GList *list);
Since 1.0.6
gchar * gcut_list_inspect_flags (GType type, const GList *list);
Since 1.0.6
#define gcut_list_int_equal(list1, list2)
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
#define gcut_list_int_inspect(list)
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
#define gcut_list_uint_equal(list1, list2)
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
#define gcut_list_uint_inspect(list)
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
#define gcut_list_string_equal(list1, list2)
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
#define gcut_list_string_inspect(list)
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
#define gcut_list_object_inspect(list)
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
#define gcut_list_enum_inspect(list, type)
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
#define gcut_list_flags_inspect(list, type)
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