summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* glib-client-gen: don't hard-code TP_IFACE_QUARK prefix for interface quark ge...Simon McVittie2008-01-141-15/+32
* glib-client-gen: add FIXME comments for use of TP_IFACE_QUARKSimon McVittie2008-01-141-0/+4
* Pass the DBusGProxy to tp_proxy_pending_call_v0_newSimon McVittie2008-01-111-2/+2
* glib-client-gen: cope correctly with GValueArray being NULL if there were no ...Simon McVittie2008-01-111-1/+6
* API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr...Simon McVittie2008-01-101-1/+1
* TpProxy, glib-client-gen: raise a GError from *_connect_to_* (as always, it c...Simon McVittie2008-01-101-5/+13
* glib-client-gen: don't generate *_block_on_*Simon McVittie2008-01-101-100/+0
* glib-client-gen: copyright 2008Simon McVittie2008-01-101-1/+1
* Fix documentation for *_run_* methodsSimon McVittie2008-01-091-2/+5
* glib-client-gen: add *_run_* (reentrant blocking calls)Simon McVittie2008-01-091-0/+192
* TpProxy: redo signal connection API so signal callbacks can be invoked in idl...Simon McVittie2008-01-081-46/+125
* Alter pending call API so it can call the callback from an idle handler, to a...Simon McVittie2008-01-081-65/+137
* glib-client-gen: fix typo in documentationSimon McVittie2007-12-201-1/+1
* tools/glib-client-gen.py: add support for forcing parameters to be of a type ...Simon McVittie2007-12-181-32/+54
* Add doc-generator so the examples can use itSimon McVittie2007-12-142-0/+690
* Make TpProxySignalConnection privateSimon McVittie2007-12-181-4/+15
* Avoid exposing contents of TpProxyPendingCall structure directly, in an attem...Simon McVittie2007-12-171-26/+27
* Document generated tp_cli_ method/signal arguments, and improve documentation...Simon McVittie2007-12-141-13/+16
* glib-client-gen: When collecting lists of arguments, store the XML element as...Simon McVittie2007-12-141-23/+23
* Provide method and signal docstrings in generated tp_cli_ wrappersSimon McVittie2007-12-141-3/+13
* Move get_docstring to libglibcodegen and make it work with elements that have...Simon McVittie2007-12-142-13/+17
* Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take...Simon McVittie2007-12-141-6/+6
* Change signal API for least astonishment [unreleased API break]Simon McVittie2007-12-121-17/+12
* TpProxy: fix life cycle when things go wrong with a call pending:Simon McVittie2007-12-121-1/+35
* Fix up TpProxy to cope with the "forwarder" callbacks being given to dbus-glibSimon McVittie2007-12-111-1/+1
* Bounce D-Bus signals via a generated static callback rather than having dbus...Simon McVittie2007-12-111-1/+35
* Add weak_object parameter to async callbacks in glib-client-gen (breaks unrel...Simon McVittie2007-12-041-4/+7
* Prepend "in_" to the names of named "in" arguments, to avoid arguments called...Simon McVittie2007-12-041-1/+1
* Add a rule to tools/Makefile.am to update the tools from ../telepathy-spec wh...Simon McVittie2007-12-041-0/+9
* libglibcodegen.py: support arrays of arrays, and get [u]int64 right (modified...Simon McVittie2007-12-031-6/+6
* glib-ginterface-gen.py: don't hard-code _tp signals marshal prefixSimon McVittie2007-11-291-1/+1
* glib-ginterface-gen: allow prefix to contain '/', which is mapped to '_' but ...Simon McVittie2007-11-291-8/+18
* glib-gtypes-generator: emit better documentation (known issue: it's verbatim ...Simon McVittie2007-11-291-19/+80
* correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)Robert McQueen2007-11-2814-22/+22
* Add a script to generate GObject type macros etc., and a test caseSimon McVittie2007-11-272-0/+82
* TpProxy, glib-client-gen: implement cancelling pending calls; add a weak_obje...Simon McVittie2007-11-261-15/+28
* Make generated DBusGObjectInfo structures static, and remove dbus_glib_ prefixSimon McVittie2007-11-261-5/+5
* Now we generate our own dbus-glib glue, there's no need to do #define tricks ...Simon McVittie2007-11-261-7/+1
* Integrate dbus-glib glue generation into glib-ginterface-gen rather than runn...Simon McVittie2007-11-261-1/+79
* glib-signals-marshal-gen.py: generate marshallers for dbus-glib glue tooSimon McVittie2007-11-261-4/+14
* libglibcodegen.py: Add method_to_glue_marshal_name(), which returns the marsh...Simon McVittie2007-11-261-5/+25
* Remove update-spec-gen-am.shSimon McVittie2007-11-262-76/+0
* glib-client-gen: return const TpProxyPendingCall and TpProxySignalConnection ...Simon McVittie2007-11-221-6/+8
* Mark tp-cli-*-body.h as private_header to avoid confusing gtkdocSimon McVittie2007-11-221-0/+6
* glib-client-gen: emit a -body.h instead of a standalone .c fileSimon McVittie2007-11-211-18/+4
* glib-client-gen: don't emit #includes in generated header, the includer is re...Simon McVittie2007-11-211-3/+1
* glib-client-gen: don't include proxy-internal.hSimon McVittie2007-11-211-1/+1
* glib-client-gen: in async functions, on failure, free the error instead of th...Simon McVittie2007-11-201-0/+6
* tools/glib-client-gen: make robust against unnamed "in" argumentsSimon McVittie2007-11-201-1/+6
* Document the _add_signals functions, but make them private in the gtkdocSimon McVittie2007-11-191-0/+17