summaryrefslogtreecommitdiff
path: root/_dbus_bindings/message.c
Commit message (Collapse)AuthorAgeFilesLines
* 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