mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) replace tr_strcmp() with gtr_strcmp0(), a porability wrapper around g_strcmp0()
This commit is contained in:
@@ -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 );
|
||||
|
||||
/***
|
||||
****
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user