summaryrefslogtreecommitdiff
path: root/_dbus_bindings/bytes.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
* 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
* bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ↵Simon McVittie2007-01-161-1/+1
| | | | no longer exists
* Subscripting a ByteArray now gives 1-character strings again (for least ↵Simon McVittie2007-01-091-57/+18
| | | | astonishment). Also document how to get a ByteArray from the API
* Improve various type docstringsSimon McVittie2006-12-211-7/+21
|
* Separate out remaining types (abstract, bytes, containers, int, float, ↵Simon McVittie2006-12-111-0/+291
signature, string) into separate translation units