mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
10 lines
262 B
C
10 lines
262 B
C
#ifndef __GITG_JS_UTILS_H__
|
|
#define __GITG_JS_UTILS_H__
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
gchar *gitg_js_utils_get_json (WebKitJavascriptResult *js_result);
|
|
gboolean gitg_js_utils_check (WebKitJavascriptResult *js_result);
|
|
|
|
#endif /* __GITG_JS_UTILS_H__ */
|
|
|