gcut-object

gcut-object

概要

gboolean            gcut_object_equal                   (const GObject *object1,
                                                         const GObject *object2,
                                                         GEqualFunc equal_func);
gchar *             gcut_object_inspect                 (const GObject *object);
gchar *             gcut_object_inspect_custom          (const GObject *object,
                                                         GCutInspectFunction inspect_func,
                                                         gpointer user_data);

説明

詳細

gcut_object_equal ()

gboolean            gcut_object_equal                   (const GObject *object1,
                                                         const GObject *object2,
                                                         GEqualFunc equal_func);

1.0.5から


gcut_object_inspect ()

gchar *             gcut_object_inspect                 (const GObject *object);

1.0.5から


gcut_object_inspect_custom ()

gchar *             gcut_object_inspect_custom          (const GObject *object,
                                                         GCutInspectFunction inspect_func,
                                                         gpointer user_data);

1.0.5から