diff options
Diffstat (limited to 'gtk/inspector/prop-editor.h')
-rw-r--r-- | gtk/inspector/prop-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/inspector/prop-editor.h b/gtk/inspector/prop-editor.h index 6b0f720b74..32a669b5f9 100644 --- a/gtk/inspector/prop-editor.h +++ b/gtk/inspector/prop-editor.h @@ -30,7 +30,7 @@ G_BEGIN_DECLS G_DECLARE_FINAL_TYPE (GtkInspectorPropEditor, gtk_inspector_prop_editor, GTK, INSPECTOR_PROP_EDITOR, GtkBox) GtkWidget *gtk_inspector_prop_editor_new (GObject *object, - const gchar *name, + const char *name, GtkSizeGroup *values); gboolean gtk_inspector_prop_editor_should_expand (GtkInspectorPropEditor *editor); |