aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2011-06-26 00:54:10 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2011-06-27 21:29:46 +0800
commit016b6995843919814f3768487ca161031d778d06 (patch)
treedb7c3cd70bca6818c655279f4499dfc81e710089 /src/ephy-session.h
parent74d64e0199c769bb91caa04e127fb3b0c0a639fb (diff)
downloadgsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar.gz
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar.bz2
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar.lz
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar.xz
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.tar.zst
gsoc2013-epiphany-016b6995843919814f3768487ca161031d778d06.zip
Mark string parameters in ephy_session_queue_command() as const
ephy_session_queue_command() doesn't take over the strings it receives, so mark these as const for clarity. https://bugzilla.gnome.org/show_bug.cgi?id=622903
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r--src/ephy-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h
index 4dbb496c5..3bf1ffd9a 100644
--- a/src/ephy-session.h
+++ b/src/ephy-session.h
@@ -92,7 +92,7 @@ void ephy_session_remove_window (EphySession *session,
void ephy_session_queue_command (EphySession *session,
EphySessionCommand op,
const char *arg,
- char **args,
+ const char **args,
guint32 user_time,
gboolean priority);