summaryrefslogtreecommitdiff
path: root/_dbus_bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Add TRACE macro and allow debug to be turned off per fileSimon McVittie2006-12-131-1/+9
* conn.c: Correct number of varargs to debug messageSimon McVittie2006-12-121-1/+1
* conn.c: Use __func__ instead of incorrect __FUNC__Simon McVittie2006-12-121-4/+4
* _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A...Simon McVittie2006-12-123-13/+55
* _dbus_bindings/dbus_bindings-internal.h: Add wrapper macro "DBG_WHEREAMI;"Simon McVittie2006-12-121-1/+3
* Add assertion macros and supporting functionsSimon McVittie2006-12-122-4/+62
* Whitespace consistency: Don't put a space between function name and parenthes...Simon McVittie2006-12-114-199/+199
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-119-266/+321
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-1111-361/+453
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-1118-521/+521
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-082-1/+0
* _dbus_bindings: bus-impl.h -> bus.cSimon McVittie2006-12-083-7/+10
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-0814-380/+503
* _dbus_bindings/conn-impl.h: Be more careful that referenced Connections alway...Simon McVittie2006-12-081-4/+22
* _dbus_bindings/bus-impl.h: Correctly construct Bus objects with non-default a...Simon McVittie2006-12-081-0/+2
* _dbus_bindings/validation-impl.h: Mark new functions as :Since: 0.80Simon McVittie2006-12-051-0/+9
* _dbus_bindings/types-impl.h: Always implement Int64 and UInt64 at least as a ...Simon McVittie2006-12-051-41/+217
* _dbus_bindings/signature-impl.h: Improve Signature class docstringSimon McVittie2006-12-051-3/+16
* _dbus_bindings/message-append-impl.h, _dbus_bindings/message-get-args.h: Use ...Simon McVittie2006-12-052-7/+8
* _dbus_bindings/containers-impl.h: Disallow empty structs. Improve docstringsSimon McVittie2006-12-051-13/+67
* _dbus_bindings/module.c: Add Constructor, Supported usage field declarations ...Simon McVittie2006-12-051-1/+5
* _dbus_bindings/bus-impl.h: Correct docstring for Bus.remove_match_stringSimon McVittie2006-12-041-1/+1
* _dbus_bindings/pending-call-impl.h: Fix reference countingSimon McVittie2006-11-301-2/+6
* _dbus_bindings/mainloop-impl.h: Fix compilation with debug enabledSimon McVittie2006-11-301-4/+4
* _dbus_bindings/pending-call-impl.h: Make block() public and work around dbus_...Simon McVittie2006-11-301-11/+64
* dbus.lowlevel: Add module exposing lower-level classes for advanced usersSimon McVittie2006-11-301-5/+5
* Make send, etc. public, but rename to send_message etc.Simon McVittie2006-11-301-36/+49
* Document the absence of dbus.mainloop.MainLoop in this release.Simon McVittie2006-11-301-6/+8
* _dbus_bindings: Change default-main-loop API to use global functionsSimon McVittie2006-11-305-84/+91
* _dbus_bindings/mainloop-impl.h: Add Watch and Timeout typesSimon McVittie2006-11-232-0/+377
* _dbus_bindings/conn-methods-impl.h: Correct docstring: there is no dbus.mainl...Simon McVittie2006-11-231-2/+2
* Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie2006-11-221-27/+0
* Remove _dbus_bindings/test.py (duplicates bits of test-standalone)Simon McVittie2006-11-221-30/+0
* Add improved main-loop integration.Simon McVittie2006-11-225-28/+299
* _dbus_bindings/conn-impl.h: Check for errors, printing them if necessary, bef...Simon McVittie2006-11-211-0/+6
* _dbus_bindings/bus-impl.h: Remove duplicate registration of name_has_owner me...Simon McVittie2006-11-151-1/+0
* - Convert Message.get_args_list and Message.append to the new way of handling...Simon McVittie2006-11-142-314/+515
* - Add variant_level to Array, Dict, StructSimon McVittie2006-11-141-344/+194
* - Remove special case for ObjectPaths when registering object paths - now thatSimon McVittie2006-11-141-13/+22
* - Remove float types from types-impl.h.Simon McVittie2006-11-141-190/+291
* Make Signature a subclass of DBusPythonStringSimon McVittie2006-11-141-14/+8
* - Add Double type (and Float type #if'd out, ready for Alp's 32-bit float typeSimon McVittie2006-11-142-1/+166
* - Make Byte a subclass of DBusPythonIntSimon McVittie2006-11-141-74/+31
* Add abstract-impl.h: abstract base classes for D-Bus types that subclass int/...Simon McVittie2006-11-141-0/+518
* Annotate UNUSED argumentsSimon McVittie2006-11-144-23/+25
* Add Glue_immutable_setattro, DEFINE_CHECK, UNUSED attribute. Remove generic r...Simon McVittie2006-11-141-75/+21
* Revert switch from Byte being an int subclass to a str subclass following dis...Simon McVittie2006-11-025-124/+307
* Use a temp variable to make crash debugging easier (although I now can't repr...Simon McVittie2006-10-021-3/+5
* When trying to validate an int64 it helps if you put it in a 64-bit variable.Simon McVittie2006-09-291-1/+1
* Extend and correct docstrings. Set epydoc to expect reStructuredText by default.Simon McVittie2006-09-274-49/+70