summaryrefslogtreecommitdiff
path: root/gtk/inspector/action-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/inspector/action-editor.h')
-rw-r--r--gtk/inspector/action-editor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/inspector/action-editor.h b/gtk/inspector/action-editor.h
index c918a9a55c..14bf3ce9f8 100644
--- a/gtk/inspector/action-editor.h
+++ b/gtk/inspector/action-editor.h
@@ -37,9 +37,7 @@ GtkWidget *gtk_inspector_action_editor_new (void);
void gtk_inspector_action_editor_set (GtkInspectorActionEditor *self,
GObject *owner,
const char *name);
-void gtk_inspector_action_editor_update (GtkInspectorActionEditor *self,
- gboolean enabled,
- GVariant *state);
+void gtk_inspector_action_editor_update (GtkInspectorActionEditor *self);
G_END_DECLS