(trunk gtk) replace tr_strcmp() with gtr_strcmp0(), a porability wrapper around g_strcmp0()

This commit is contained in:
Charles Kerr
2010-08-01 19:13:34 +00:00
parent 3fa4865863
commit 59f5f3ed6b
3 changed files with 19 additions and 13 deletions

View File

@@ -158,6 +158,9 @@ void gtr_widget_set_visible( GtkWidget *, gboolean );
/* backwards-compatible wrapper around g_object_ref_sink() */
gpointer gtr_object_ref_sink( gpointer object );
/* backwards-comparible wrapper around g_strcmp0() */
int gtr_strcmp0( const char * str1, const char * str2 );
/***
****
***/