summaryrefslogtreecommitdiff
path: root/dbus/gobject_service.py
Commit message (Expand)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* Convert documentation from epydoc to SphinxSimon McVittie2018-05-021-2/+0
* Suppress documentation of __gtype__ in epydoc, for reproducible buildsSimon McVittie2017-11-051-0/+2
* Use GObject.__class__ instead of GObjectMetaSimon McVittie2013-04-221-2/+2
* 1.1.0dbus-python-1.1.0Simon McVittie2012-05-091-0/+1
* Deprecate dbus.gobject_service and make it vaguely compatible with 1.0Simon McVittie2012-05-021-1/+15
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-021-0/+71
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-021-83/+0
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-161-32/+44
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-13/+17
* dbus/gobject_service.py: Make ExportedGObject __init__ accept GObject propertiesSimon McVittie2007-05-071-2/+23
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-031-2/+11
* Implement ExportedGObject, a convenience class to export GObjects on the bus.Simon McVittie2007-03-021-0/+37