From 722ec4081224ba6ecffd5939deb4a01beb3d84a6 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 18 Nov 2012 11:35:35 +0100 Subject: [PATCH] gio: Move static methods from Simple to SimpleAsyncResult class Static methods corresponding to g_simple_async_report_* functions were automatically grouped into the badly-named Simple class. Add fix-ups to hide this Simple class, move the methods to SimpleAsyncResult and rename them accordingly. --- gio/Gio.metadata | 5 +++++ gio/gio.csproj | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/Gio.metadata b/gio/Gio.metadata index dc518da4c..5497bb11e 100644 --- a/gio/Gio.metadata +++ b/gio/Gio.metadata @@ -34,6 +34,9 @@ CancelAllJobs PushJob GioGlobal + 1 + ReportGerrorInIdle + ReportTakeGerrorInIdle 0 1 2 @@ -162,6 +165,8 @@ /api/namespace/object[@cname='GIOModule'] /api/namespace/struct[@cname='GIOSchedulerJob'] /api/namespace/struct[@cname='GIOSchedulerJob'] + /api/namespace/object[@cname='GSimpleAsyncResult'] + /api/namespace/object[@cname='GSimpleAsyncResult'] diff --git a/gio/gio.csproj b/gio/gio.csproj index e1f9531eb..38792ede9 100644 --- a/gio/gio.csproj +++ b/gio/gio.csproj @@ -299,7 +299,6 @@ -