]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
remove action_run_string, as this is not going to be a common thing I think
[chaz/openbox] / openbox / action.h
index a2f941ed264240d91a76e9e9ffcc82620eea4346..f2ae7cbc1145cd06925a5cb6df74f4c67e9fc86d 100644 (file)
@@ -174,12 +174,14 @@ struct _ObAction {
    action_resize_relative_vert - the delta
 */
 
-ObAction *action_from_string(const gchar *name, ObUserAction uact);
-ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
+ObActionaction_from_string(const gchar *name, ObUserAction uact);
+ObActionaction_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
                        ObUserAction uact);
 void action_ref(ObAction *a);
 void action_unref(ObAction *a);
 
+ObAction* action_copy(const ObAction *a);
+
 /*! Executes a list of actions.
   @param c The client associated with the action. Can be NULL.
   @param state The keyboard modifiers state at the time the user action occured
This page took 0.021162 seconds and 4 git commands to generate.