mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
win32: hide g_win32_app_info_get_type()
This was in a private header file and was never part of the public ABI. Hide it again. Caught by Dieter Verfaillie.
This commit is contained in:
parent
b7e749fc68
commit
456d6bb3e1
@ -42,7 +42,6 @@ struct _GWin32AppInfoClass
|
|||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
|
||||||
GType g_win32_app_info_get_type (void) G_GNUC_CONST;
|
GType g_win32_app_info_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user