Converted most of GTK launcher to use glib's string functions.
This commit is contained in:
committed by
Chris Forbes
parent
9739e7f51f
commit
0a1e6d16bd
@@ -6,9 +6,9 @@
|
||||
* see LICENSE.
|
||||
*/
|
||||
|
||||
int util_get_mod_list (GChildWatchFunc);
|
||||
int util_get_mod_metadata(char const *, GChildWatchFunc);
|
||||
int util_get_setting(const char *, GChildWatchFunc);
|
||||
int util_do_download(const char *, const char *, GPid *);
|
||||
int util_do_extract(const char *, const char *, GPid *);
|
||||
char * util_get_output(int, int *);
|
||||
gboolean util_get_mod_list (GChildWatchFunc);
|
||||
gboolean util_get_mod_metadata(gchar const *, GChildWatchFunc);
|
||||
gboolean util_get_setting(gchar const *, GChildWatchFunc);
|
||||
gint util_do_download(gchar const *, gchar const *, GPid *);
|
||||
gint util_do_extract(gchar const *, gchar const *, GPid *);
|
||||
GString * util_get_output(int);
|
||||
|
||||
Reference in New Issue
Block a user