From 8b5ad297dacab81e7d528d5ab203d2eb37747958 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 10 Jun 2008 10:35:20 +0000 Subject: [PATCH] Add TODO comments. 2008-06-10 Tor Lillqvist * gcontenttype.c (g_content_type_get_icon) [Win32]: Add TODO comments. svn path=/trunk/; revision=6980 --- gio/ChangeLog | 4 ++-- gio/gcontenttype.c | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 7b64725..576533a 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,7 +1,7 @@ 2008-06-10 Tor Lillqvist - * gcontenttype.c (g_content_type_can_be_executable) [Win32]: Add - TODO comment. + * gcontenttype.c (g_content_type_can_be_executable) + (g_content_type_get_icon) [Win32]: Add TODO comments. 2008-06-09 Matthias Clasen diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index c5bb618..1ac22cb 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -190,6 +190,9 @@ g_content_type_get_icon (const char *type) : REG_EXPAND_SZ: %SystemRoot%\System32\Wscript.exe,3 REG_SZ: shimgvw.dll,3 + + gtkfilesystemwin32.c in gtk-2-12 is probably a good place to look + for inspiration. */ return NULL; } -- 2.7.4