From a6c731f6e7d1014aab5989c98a6432d28080905b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 1 May 2016 14:22:52 -0400 Subject: libglnx porting: Migrate from GSConsole To GLnxConsoleRef. There were some subtleties here, for example we used to reference `GSConsole` inside the progress changed function, which at first seems like an ABI hazard, because e.g. rpm-ostree or xdg-app could still be passing a `GSConsole` instance there. Luckily, it turns out to be compatible to just start calling libglnx here. Another issue was that due to libglnx's use of the cleanup function, we needed to ensure we always called `ostree_async_progress_finish()` *before* the cleanup function was invoked. Closes: #280 Approved by: giuseppe --- libglnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglnx') diff --git a/libglnx b/libglnx index 76952275..47ddbfa5 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 769522753c25537e520adc322fa62e5390272add +Subproject commit 47ddbfa56341df3a9453854e1101e1c2f2359ddb -- cgit v1.2.1