Home | History | Annotate | Download | only in dbus

Lines Matching full:tuple

3135 	(Connection::add_filter): Stuff user_data into a tuple.  Use Py_INCREF
3136 to keep tuple from being deallocated instead of the global var hack
3137 (Connection::register_object_path): Stuff user_data into a tuple.
3138 Use Py_INCREF to keep tuple from being deallocated instead of the
3140 (Connection::register_fallback): Stuff user_data into a tuple.
3141 Use Py_INCREF to keep tuple from being deallocated instead of the
5128 * python/dbus.py: new version tuple "version" is set at (0, 40, 0)
6226 (MessageIter::append*): added Signature, dict, tuple