httpRequest JS bridge function implemented in gtk launcher.
This commit is contained in:
committed by
Chris Forbes
parent
ec572635b7
commit
ad478e8872
@@ -6,9 +6,16 @@
|
||||
* see LICENSE.
|
||||
*/
|
||||
|
||||
typedef struct callback_data
|
||||
{
|
||||
gint output_fd;
|
||||
gpointer user_data;
|
||||
} callback_data;
|
||||
|
||||
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 *);
|
||||
gboolean util_do_http_request(gchar const *, GChildWatchFunc, gpointer);
|
||||
GString * util_get_output(int);
|
||||
|
||||
Reference in New Issue
Block a user