GNOME Bugzilla – Bug 629215
glib could use a string null or empty macro
Last modified: 2010-09-10 09:26:30 UTC
Something like #define g_str_empty(s) (strlen((s)) == 0) #define g_str_empty0(s) (!(s) || g_str_empty((s)))
*** This bug has been marked as a duplicate of bug 399880 ***