summaryrefslogtreecommitdiff
path: root/tools/glib-client-gen.py
Commit message (Expand)AuthorAgeFilesLines
* Don't leak method call results (regression in 0.23.1)Simon McVittie2014-03-181-3/+3
* codegen: factor out copy_into_gvalueSimon McVittie2013-10-291-62/+6
* glib-client-gen.py: ignore GValueArray deprecation warningsSimon McVittie2013-09-261-0/+10
* Make the code generation tools work under either Python 2 or 3Simon McVittie2013-01-031-12/+6
* TpProxy: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-0/+4
* Add multiple-inclusion guards to generated client-side codeSimon McVittie2012-05-071-1/+12
* Codegen: write temporary files first, and rename them into placeSimon McVittie2012-03-091-4/+4
* codegen: add a whitelist of tp_cli_*_run_* methodsWill Thompson2011-10-101-11/+22
* glib-client-gen.py: try to add the enum type when documenting guint argsJonny Lamb2011-05-021-5/+24
* fd.o #27878: glib-client-gen: output gtk-doc separatelySimon McVittie2010-04-301-105/+121
* Deprecate things in generated code with _TP_GNUC_DEPRECATED rather than G_GNU...Simon McVittie2010-03-301-2/+5
* glib-client-gen: mark deprecated D-Bus methods as deprecatedJonny Lamb2009-12-021-1/+22
* glib-client-gen.py: add support for deprecating or not generating _run_ methodsSimon McVittie2009-06-101-6/+25
* tools/: raise errors when tp:name-for-bindings is missingSimon McVittie2009-01-191-2/+10
* glib-client-gen.py: use tp:name-for-bindings instead of our own camel-case-to...Simon McVittie2009-01-191-3/+3
* glib-client-gen.py: use unsigned for booleans in bitfieldsSimon McVittie2008-10-151-2/+2
* Fixed client code generation code to set a uint64 GValue properly.Jonny Lamb2008-08-251-1/+1
* glib-client-gen.py: in _call_ methods, destroy (user_data) even if there is n...Simon McVittie2008-04-221-6/+21
* glib-client-gen: cope with Unicode characters in the specSimon McVittie2008-04-041-0/+4
* glib-client-gen: convert tp_proxy_api to a tuple for correct comparison with ...Simon McVittie2008-04-021-2/+2
* glib-client-gen: if --tp-proxy-api=x.y.z is supplied, for (x, y, z) >= (0, 7,...Simon McVittie2008-04-021-1/+8
* glib-client-gen.py: Fix identationSjoerd Simons2008-03-251-10/+10
* Let the code generation add G_GNUC_UNUSED to function arguments where applicableSjoerd Simons2008-03-231-17/+21
* Fix memory leak on the GError when object does not implement an interface (bu...Alberto Mardegan2008-02-291-0/+1
* Avoid using CDATA where possibleSimon McVittie2008-02-201-17/+14
* glib-client-gen: special-case G_TYPE_VALUE outputs, fixing a crash when a met...Simon McVittie2008-02-131-2/+18
* glib-client-gen: make *_run_* output a GMainLoop, not a TpPendingCallSimon McVittie2008-01-171-8/+15
* Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr...Simon McVittie2008-01-151-4/+16
* In TpProxyPendingCall internals, add a boolean parameter cancel_must_raise: i...Simon McVittie2008-01-151-2/+3
* Fix code-generation typo in glib-client-genSimon McVittie2008-01-141-1/+1
* 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
* 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
* Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take...Simon McVittie2007-12-141-6/+6