pygobject / pgi

[Unmaintained: Use PyGObject instead] GTK+ / GObject Introspection Bindings for PyPy.
GNU Lesser General Public License v2.1
74 stars 16 forks source link

Feature: custom signals #28

Open jjl opened 8 years ago

jjl commented 8 years ago

I've been unable to figure out how to register custom signals under pgi. I found __sigs__ and looked at the class that's used to represent one, but I couldn't figure out how to create my own.

If it already exists and you provide some basic notes, I'm happy to work it up into more thorough documentation.