[gnome-maps/wip/mlundblad/fix-transit-progress-after-error: 1/3] routeQuery: Add 'run' signal



commit 75f7a8e5a31a2bd793ff03bc6d299926075137fb
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Apr 2 22:16:09 2020 +0200

    routeQuery: Add 'run' signal
    
    Adds a signal to indicate when
    a search query is being started.

 src/routeQuery.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/routeQuery.js b/src/routeQuery.js
index 060015da..3b424ec3 100644
--- a/src/routeQuery.js
+++ b/src/routeQuery.js
@@ -75,7 +75,8 @@ var RouteQuery = GObject.registerClass({
     Signals: {
         'reset': { },
         'point-added': { param_types: [GObject.TYPE_OBJECT, GObject.TYPE_INT] },
-        'point-removed': { param_types: [GObject.TYPE_OBJECT, GObject.TYPE_INT] }
+        'point-removed': { param_types: [GObject.TYPE_OBJECT, GObject.TYPE_INT] },
+        'run': { }
     },
     Properties: {
         'points': GObject.ParamSpec.object('points',


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