summaryrefslogtreecommitdiff
path: root/_dbus_bindings/message.c
Commit message (Collapse)AuthorAgeFilesLines
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-021-0/+7
| | | | | | | This avoids these static types wrongly being deallocated. Python implements static types as having one initial reference, which is never meant to be released, but if you get your refcounting wrong they'll be "deallocated" (causing a crash) during Py_Finalize.
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-8/+6
|
* Message.set_sender: allow org.freedesktop.DBusHuang Peng2008-09-301-1/+1
| | | | | | I found Message.set_sender method only accepts unique bus name. But in my project, I need implement a simple dbus daemon, it need set the sender as "org.freedesktop.DBus".
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-271-15/+18
| | | | removing all references to the LGPL as a result
* Implement DBusException in pure Python; add get_dbus_name() method and name= ↵Simon McVittie2007-05-161-3/+3
| | | | keyword argument
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-1/+1
|
* _dbus_bindings/message.c: untabifySimon McVittie2007-04-241-30/+30
|
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
|
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* Improve various type docstringsSimon McVittie2006-12-211-8/+27
|
* Whitespace consistency: Don't put a space between function name and ↵Simon McVittie2006-12-111-102/+102
| | | | parentheses around arguments
* Convert generic glue, main loop integration, message append/get_args, ↵Simon McVittie2006-12-111-49/+42
| | | | validation into separate translation units - no *-impl.h remaining
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+1050