![]() |
![]() |
![]() |
Cutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Assertion Utilities for GStringAssertion Utilities for GString — Utilities to write assertions related to GString more easily. |
gboolean gcut_string_equal (const GString *string1
,const GString *string2
); gchar * gcut_string_inspect (const GString *string
);
To write assertions, you need to check equality and show expected and actual values.
The utilities help you to write assertions that are related to GString.
gboolean gcut_string_equal (const GString *string1
,const GString *string2
);
Compares two GString, string1
and string2
.
|
a GString to be compared. |
|
a GString to be compared. |
Returns : |
TRUE if both of string1 and string2 have the same
content, FALSE otherwise. |
Since 1.1.5