aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-string.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2011-06-08 19:28:10 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2011-06-09 00:24:01 +0800
commit82088320c652f34543c82b790adf82019320d5a4 (patch)
tree92bc124c04be56d4c6733f7ef52b8b978fa3da59 /lib/ephy-string.h
parent99193c87cd59cf1d913c7b9840148956d619c91c (diff)
downloadgsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar.gz
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar.bz2
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar.lz
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar.xz
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.tar.zst
gsoc2013-epiphany-82088320c652f34543c82b790adf82019320d5a4.zip
Add ephy_string_commandline_args_to_uris() to ephy string utilities
This is the first patch in an attempt to simplify epiphany's main() method, which is quite bulky by now. https://bugzilla.gnome.org/show_bug.cgi?id=652119
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r--lib/ephy-string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h
index d825a5b82..1f5f98659 100644
--- a/lib/ephy-string.h
+++ b/lib/ephy-string.h
@@ -58,6 +58,9 @@ char *ephy_string_get_host_name (const char *url);
char *ephy_string_expand_initial_tilde (const char *path);
+char **ephy_string_commandline_args_to_uris (char **arguments, GError **error);
+
+
G_END_DECLS
#endif