Add TODO comments.
authorTor Lillqvist <tml@novell.com>
Tue, 10 Jun 2008 10:35:20 +0000 (10:35 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 10 Jun 2008 10:35:20 +0000 (10:35 +0000)
2008-06-10  Tor Lillqvist  <tml@novell.com>

* gcontenttype.c (g_content_type_get_icon) [Win32]:
Add TODO comments.

svn path=/trunk/; revision=6980

gio/ChangeLog
gio/gcontenttype.c

index 7b64725317c927b0030358115317a914a45f9b30..576533abd4f76c2e984ab338fb4e83df591ea98c 100644 (file)
@@ -1,7 +1,7 @@
 2008-06-10  Tor Lillqvist  <tml@novell.com>
 
-       * 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  <mclasen@redhat.com>
 
index c5bb6185df7b6666cd3b248106a1752fb3c91104..1ac22cb217a6296a019d1d96fffe1109a5e79dda 100644 (file)
@@ -190,6 +190,9 @@ g_content_type_get_icon (const char *type)
      <type>: <value>
      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;
 }