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