[gnome-software/wip/temp/ubuntu-xenial-rebased: 75/326] Support launching apps



commit d7c0dd2d216a2fb99f1f780e93d527d52ecd837a
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Feb 10 15:47:18 2016 +1300

    Support launching apps

 src/plugins/gs-plugin-apt.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index 7e58015..ad5108f 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -616,3 +616,12 @@ gs_plugin_app_update (GsPlugin *plugin,
 
        return TRUE;
 }
+
+gboolean
+gs_plugin_launch (GsPlugin *plugin,
+                 GsApp *app,
+                 GCancellable *cancellable,
+                 GError **error)
+{
+       return gs_plugin_app_launch (plugin, app, error);
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]