summaryrefslogtreecommitdiff
path: root/obt/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-27 01:37:28 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:55 -0500
commitfdabb69f4f25596df972caa76c85c2aeba26226e (patch)
tree2566f1a229a65e54cdffd88a255301d0bf7fa3a7 /obt/prop.h
parent0667bbc3e2fbd3fa39206e843560735524840d35 (diff)
update openbox to use the current parser interface in libobt
there is also some random bug fixes for other libobt stuff in here.
Diffstat (limited to 'obt/prop.h')
-rw-r--r--obt/prop.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/obt/prop.h b/obt/prop.h
index 1f570935..7dfa90f6 100644
--- a/obt/prop.h
+++ b/obt/prop.h
@@ -225,10 +225,8 @@ void obt_prop_set_array32(Window win, Atom prop, Atom type, gulong *val,
guint num);
void obt_prop_set_string_locale(Window win, Atom prop, const gchar *val);
void obt_prop_set_string_utf8(Window win, Atom prop, const gchar *val);
-void obt_prop_set_strings_locale(Window win, Atom prop,
- const gchar **strs);
-void obt_prop_set_strings_utf8(Window win, Atom prop,
- const gchar **strs);
+void obt_prop_set_strings_locale(Window win, Atom prop, gchar const **strs);
+void obt_prop_set_strings_utf8(Window win, Atom prop, gchar const **strs);
void obt_prop_erase(Window win, Atom prop);