win32: hide g_win32_app_info_get_type()
authorRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 16:17:52 +0000 (11:17 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 16:17:52 +0000 (11:17 -0500)
This was in a private header file and was never part of the public ABI.
Hide it again.

Caught by Dieter Verfaillie.

gio/gwin32appinfo.h

index be01152..c07ee30 100644 (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