Top | ![]() |
![]() |
![]() |
![]() |
gboolean | gcut_object_equal () |
gchar * | gcut_object_inspect () |
gchar * | gcut_object_inspect_custom () |
gboolean gcut_object_equal (const GObject *object1
,const GObject *object2
,GEqualFunc equal_func
);
Compares two GObject, object1
and object2
by
equal_func
. If equal_func
is NULL, object1
and
object2
is just only compared by memory location.
1.0.5から
gchar *
gcut_object_inspect (const GObject *object
);
Inspects object
's property. The returned string should
be freed when no longer needed.
1.0.5から
gchar * gcut_object_inspect_custom (const GObject *object
,GCutInspectFunction inspect_func
,gpointer user_data
);
Inspects object
by inspect_func
. The returned string
should be freed when no longer needed.
1.0.5から