We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edcbe1c + b11eede commit 4618a6bCopy full SHA for 4618a6b
1 file changed
scp-dbus-service.py
@@ -60,8 +60,8 @@
60
61
class FetchedPPDs(GObject.GObject):
62
__gsignals__ = {
63
- 'ready': (GObject.SIGNAL_RUN_LAST, None, ()),
64
- 'error': (GObject.SIGNAL_RUN_LAST, None,
+ 'ready': (GObject.SignalFlags.RUN_LAST, None, ()),
+ 'error': (GObject.SignalFlags.RUN_LAST, None,
65
(GObject.TYPE_PYOBJECT,))
66
}
67
0 commit comments