mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
glistmodel.h: Fix _GListModelInterface Define
"interface" is a reserved word on Visual Studio, so fix the build by using g_iface instead. https://bugzilla.gnome.org/show_bug.cgi?id=743827
This commit is contained in:
parent
57a49f6891
commit
ccf696a6e1
@ -40,7 +40,7 @@ typedef struct _GListModelInterface GListModelInterface;
|
||||
|
||||
struct _GListModelInterface
|
||||
{
|
||||
GTypeInterface interface;
|
||||
GTypeInterface g_iface;
|
||||
|
||||
GType (* get_item_type) (GListModel *list);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user