summaryrefslogtreecommitdiff
path: root/gtk/gtklistitemwidgetprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklistitemwidgetprivate.h')
-rw-r--r--gtk/gtklistitemwidgetprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtklistitemwidgetprivate.h b/gtk/gtklistitemwidgetprivate.h
index 3042d08789..8f78b1a7a2 100644
--- a/gtk/gtklistitemwidgetprivate.h
+++ b/gtk/gtklistitemwidgetprivate.h
@@ -50,7 +50,8 @@ struct _GtkListItemWidgetClass
GType gtk_list_item_widget_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_list_item_widget_new (GtkListItemFactory *factory,
- const char *css_name);
+ const char *css_name,
+ GtkAccessibleRole role);
void gtk_list_item_widget_update (GtkListItemWidget *self,
guint position,