Top | ![]() |
![]() |
![]() |
![]() |
GObject用の検証ユーティリティGObject用の検証ユーティリティ — GObjectに関する検証をもっと簡単に書くためのユーティリティ。 |
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.
Since: 1.0.5
gchar *
gcut_object_inspect (const GObject *object
);
Inspects object
's property. The returned string should
be freed when no longer needed.
Since: 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.
Since: 1.0.5