atspi_action_do_action_name: change parameter type
[platform/upstream/at-spi2-core.git] / atspi / atspi-action.c
index d4e963e..ccf05bd 100644 (file)
@@ -224,7 +224,7 @@ atspi_action_do_action (AtspiAction *obj, gint i, GError **error)
  * Returns: #TRUE if the action is successfully invoked, otherwise #FALSE.
  **/
 gboolean
-atspi_action_do_action_name (AtspiAction *obj, gchar *name, GError **error)
+atspi_action_do_action_name (AtspiAction *obj, const gchar *name, GError **error)
 {
   const char *action_name = name;
   dbus_bool_t retval = FALSE;