]> Dogcows Code - chaz/openbox/blobdiff - obt/prop.h
update openbox to use the current parser interface in libobt
[chaz/openbox] / obt / prop.h
index 1f5709356219f61a707e60a161bc98a0afc250dd..7dfa90f625890380d87b38a45cb2868b21856529 100644 (file)
@@ -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);
 
This page took 0.020188 seconds and 4 git commands to generate.