| Top |
Assertion Utilities for GObjectAssertion Utilities for GObject — Utilities to write assertions related to GObject more easily. |
gboolean gcut_object_equal (const GObject *object1,const GObject *object2,GEqualFunc equal_func);
ふたつのGObject、object1とobject2をequal_funcで比較します。equal_funcがNULLの場合はobject1とobject2は単にメモリの位置だけで比較します。
Since: 1.0.5
gchar *
gcut_object_inspect (const GObject *object);
objectのプロパティの詳細を返します。返された文字列が必要なくなったときは開放してください。
Since: 1.0.5
gchar * gcut_object_inspect_custom (const GObject *object,GCutInspectFunction inspect_func,gpointer user_data);
objectをinspect_funcで詳細を示します。返された文字列が必要なくなったときは開放してください。
Since: 1.0.5