diff options
Diffstat (limited to 'gio/pygio-utils.h')
-rw-r--r-- | gio/pygio-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/pygio-utils.h b/gio/pygio-utils.h index 4836e59..b8794ea 100644 --- a/gio/pygio-utils.h +++ b/gio/pygio-utils.h @@ -42,4 +42,8 @@ GList* pygio_pylist_to_gfile_glist(PyObject *pycontext); GList* pygio_pylist_to_uri_glist(PyObject *pycontext); +PyObject* strv_to_pylist (char **strv); + +gboolean pylist_to_strv (PyObject *list, char ***strvp); + #endif /* __PYGIO_UTILS_H__ */ |