I've created a python object, but I want to send signals on it. I made it inherit from gobject.GObject, but there doesn't seem to be any way to create a new signal on my object.
|
|
You can also define signals inside the class definition:
The contents of the tuple are the the same as the three last arguments to |
||
|
|
|
|
Here is how:
Where the second to last argument is the return type and the last argument is a tuple of argument types. |
||
|
|
|
|
If you use kiwi available here you can just do:
|
|||
|
|
