From 4437940fe1f0932d5ad3e5dd2677f4b3e8d4b52e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 28 Jul 2008 00:26:09 +0000 Subject: [PATCH] Correct return type. 2008-07-28 Tor Lillqvist * gwin32appinfo.c (g_win32_app_info_get_icon): Correct return type. svn path=/trunk/; revision=7261 --- gio/ChangeLog | 5 +++++ gio/gwin32appinfo.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index b6fd1c2ab..fa6e848ee 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-07-28 Tor Lillqvist + + * gwin32appinfo.c (g_win32_app_info_get_icon): Correct return + type. + 2008-07-27 Tor Lillqvist * Makefile.am (gio-2.0.lib): Pass appropriate -machine flag to lib.exe. diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c index 693bcc213..cec2533bd 100644 --- a/gio/gwin32appinfo.c +++ b/gio/gwin32appinfo.c @@ -239,7 +239,7 @@ g_win32_app_info_get_executable (GAppInfo *appinfo) return info->executable; } -static const char * +static GIcon * g_win32_app_info_get_icon (GAppInfo *appinfo) { /* GWin32AppInfo *info = G_WIN32_APP_INFO (appinfo); */