Changeset 11099 for trunk/gtk/util.h
- Timestamp:
- Aug 2, 2010, 10:31:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/util.h
r11088 r11099 91 91 92 92 gboolean gtr_is_hex_hashcode( const char * str ); 93 94 95 /* create a copy of a GSList of strings, this dups the actual strings too */96 GSList * dupstrlist( GSList * list );97 98 /* joins a GSList of strings into one string using an optional separator */99 char * joinstrlist( GSList *list, char * sep );100 101 /* free a GSList of strings */102 void freestrlist( GSList *list );103 104 /* decodes a string that has been urlencoded */105 char * decode_uri( const char * uri );106 93 107 94 /***
Note: See TracChangeset
for help on using the changeset viewer.