From 456d6bb3e14402df58d26c64dadb5317dbf065e6 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 14 Jan 2013 11:17:52 -0500 Subject: [PATCH] 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. --- gio/gwin32appinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/gwin32appinfo.h b/gio/gwin32appinfo.h index be0115237..c07ee306a 100644 --- a/gio/gwin32appinfo.h +++ b/gio/gwin32appinfo.h @@ -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