Re: g_string_equal is missing?



Darin Adler <darin bentspoon com> writes:

On Thursday, August 16, 2001, at 10:26  AM, Peter Jay Salzman wrote:

the linker doesn't seem to find any references to g_string_equal.
has this
function been removed?

g_string_equal is part of the newer glib (1.3, the development version
leading to 2.0).

It's not in older versions of glib.

The main reason why g_string_equal() was added in 1.3 was that
1.3 supports strings with embedded nuls.

 strcmp (a->str, b->str)

Should work fine for GTK+-1.2

Regards,
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]