]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
const
[chaz/openbox] / openbox / action.h
index cf51d4155f02f482eb386b807ae4d3be849ea4a2..684887317960934688967bf2cd382b436030f8a0 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    action.h for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -164,7 +164,7 @@ struct _ObAction {
    action_resize_relative_vert - the delta
 */
 
-ObAction *action_from_string(char *name, ObUserAction uact);
+ObAction *action_from_string(const gchar *name, ObUserAction uact);
 ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
                        ObUserAction uact);
 void action_free(ObAction *a);
This page took 0.028785 seconds and 4 git commands to generate.