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:
Ryan Lortie 2013-01-14 11:17:52 -05:00
parent b7e749fc68
commit 456d6bb3e1

View File

@ -42,7 +42,6 @@ struct _GWin32AppInfoClass
GObjectClass parent_class;
};
GLIB_AVAILABLE_IN_ALL
GType g_win32_app_info_get_type (void) G_GNUC_CONST;
G_END_DECLS