mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Correct return type.
2008-07-28 Tor Lillqvist <tml@novell.com> * gwin32appinfo.c (g_win32_app_info_get_icon): Correct return type. svn path=/trunk/; revision=7261
This commit is contained in:
committed by
Tor Lillqvist
parent
a3fa74853a
commit
4437940fe1
@@ -1,3 +1,8 @@
|
||||
2008-07-28 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gwin32appinfo.c (g_win32_app_info_get_icon): Correct return
|
||||
type.
|
||||
|
||||
2008-07-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* Makefile.am (gio-2.0.lib): Pass appropriate -machine flag to lib.exe.
|
||||
|
@@ -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); */
|
||||
|
Reference in New Issue
Block a user