GtkMenuButton: do not use gpointer for the arrow widget

Just a small cleanup, we can use a proper type.
This commit is contained in:
Paolo Borelli 2014-07-20 14:12:30 +02:00
parent 81b22883fd
commit 8b6bf3a5ea

View File

@ -125,7 +125,7 @@ struct _GtkMenuButtonPrivate
gpointer user_data;
GtkWidget *align_widget;
gpointer arrow_widget;
GtkWidget *arrow_widget;
GtkArrowType arrow_type;
gboolean use_popover;
};