From 651654d72b75af65d1c8241cd64aec0af0696658 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Thu, 8 Jan 2009 10:15:28 +0000 Subject: [PATCH] 2009-01-08 Stephane Delcroix * gio/Gio.metadata: change AppInfo's ShouldShow, SupportsFiles and SupportsUris to properties. svn path=/trunk/gtk-sharp/; revision=122746 --- ChangeLog | 5 +++++ gio/Gio.metadata | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 185622526..8f3cbb0ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-08 Stephane Delcroix + + * gio/Gio.metadata: change AppInfo's ShouldShow, SupportsFiles and + SupportsUris to properties. + 2009-01-07 Mike Kestner * generator/MethodBody.cs: avoid null ref when passing null to diff --git a/gio/Gio.metadata b/gio/Gio.metadata index 0826364d4..8ba4e9076 100644 --- a/gio/Gio.metadata +++ b/gio/Gio.metadata @@ -8,6 +8,9 @@ GAppInfo* true + GetShouldShow + GetSupportsFiles + GetSupportsUris GetParsedName 1 async