aboutsummaryrefslogtreecommitdiff
path: root/src/ppm/modemproxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppm/modemproxy.py')
-rw-r--r--src/ppm/modemproxy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ppm/modemproxy.py b/src/ppm/modemproxy.py
index c9a7662..fddea25 100644
--- a/src/ppm/modemproxy.py
+++ b/src/ppm/modemproxy.py
@@ -49,9 +49,10 @@ class ModemManagerProxy(GObject.GObject):
MM_DBUS_TIMEOUT = 5000
__gsignals__ = {
- # Emitted when we got the new account balance from the provider
+ # Emitted when a request to MM starts
'request-started': (GObject.SignalFlags.RUN_FIRST, None,
[object]),
+ # Emitted when a request has finished
'request-finished': (GObject.SignalFlags.RUN_FIRST, None,
[object]),
}