Age | Commit message (Expand) | Author | Files | Lines |
2010-04-30 | fd.o #27878: glib-client-gen: output gtk-doc separately | Simon McVittie | 1 | -105/+121 |
2010-03-30 | Deprecate things in generated code with _TP_GNUC_DEPRECATED rather than G_GNU... | Simon McVittie | 1 | -2/+5 |
2009-12-02 | glib-client-gen: mark deprecated D-Bus methods as deprecated | Jonny Lamb | 1 | -1/+22 |
2009-06-10 | glib-client-gen.py: add support for deprecating or not generating _run_ methods | Simon McVittie | 1 | -6/+25 |
2009-01-19 | tools/: raise errors when tp:name-for-bindings is missing | Simon McVittie | 1 | -2/+10 |
2009-01-19 | glib-client-gen.py: use tp:name-for-bindings instead of our own camel-case-to... | Simon McVittie | 1 | -3/+3 |
2008-10-15 | glib-client-gen.py: use unsigned for booleans in bitfields | Simon McVittie | 1 | -2/+2 |
2008-08-25 | Fixed client code generation code to set a uint64 GValue properly. | Jonny Lamb | 1 | -1/+1 |
2008-04-22 | glib-client-gen.py: in _call_ methods, destroy (user_data) even if there is n... | Simon McVittie | 1 | -6/+21 |
2008-04-04 | glib-client-gen: cope with Unicode characters in the spec | Simon McVittie | 1 | -0/+4 |
2008-04-02 | glib-client-gen: convert tp_proxy_api to a tuple for correct comparison with ... | Simon McVittie | 1 | -2/+2 |
2008-04-02 | glib-client-gen: if --tp-proxy-api=x.y.z is supplied, for (x, y, z) >= (0, 7,... | Simon McVittie | 1 | -1/+8 |
2008-03-25 | glib-client-gen.py: Fix identation | Sjoerd Simons | 1 | -10/+10 |
2008-03-23 | Let the code generation add G_GNUC_UNUSED to function arguments where applicable | Sjoerd Simons | 1 | -17/+21 |
2008-02-29 | Fix memory leak on the GError when object does not implement an interface (bu... | Alberto Mardegan | 1 | -0/+1 |
2008-02-20 | Avoid using CDATA where possible | Simon McVittie | 1 | -17/+14 |
2008-02-13 | glib-client-gen: special-case G_TYPE_VALUE outputs, fixing a crash when a met... | Simon McVittie | 1 | -2/+18 |
2008-01-17 | glib-client-gen: make *_run_* output a GMainLoop, not a TpPendingCall | Simon McVittie | 1 | -8/+15 |
2008-01-15 | Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr... | Simon McVittie | 1 | -4/+16 |
2008-01-15 | In TpProxyPendingCall internals, add a boolean parameter cancel_must_raise: i... | Simon McVittie | 1 | -2/+3 |
2008-01-14 | Fix code-generation typo in glib-client-gen | Simon McVittie | 1 | -1/+1 |
2008-01-14 | glib-client-gen: don't hard-code TP_IFACE_QUARK prefix for interface quark ge... | Simon McVittie | 1 | -15/+32 |
2008-01-14 | glib-client-gen: add FIXME comments for use of TP_IFACE_QUARK | Simon McVittie | 1 | -0/+4 |
2008-01-11 | Pass the DBusGProxy to tp_proxy_pending_call_v0_new | Simon McVittie | 1 | -2/+2 |
2008-01-11 | glib-client-gen: cope correctly with GValueArray being NULL if there were no ... | Simon McVittie | 1 | -1/+6 |
2008-01-10 | API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr... | Simon McVittie | 1 | -1/+1 |
2008-01-10 | TpProxy, glib-client-gen: raise a GError from *_connect_to_* (as always, it c... | Simon McVittie | 1 | -5/+13 |
2008-01-10 | glib-client-gen: don't generate *_block_on_* | Simon McVittie | 1 | -100/+0 |
2008-01-10 | glib-client-gen: copyright 2008 | Simon McVittie | 1 | -1/+1 |
2008-01-09 | Fix documentation for *_run_* methods | Simon McVittie | 1 | -2/+5 |
2008-01-09 | glib-client-gen: add *_run_* (reentrant blocking calls) | Simon McVittie | 1 | -0/+192 |
2008-01-08 | TpProxy: redo signal connection API so signal callbacks can be invoked in idl... | Simon McVittie | 1 | -46/+125 |
2008-01-08 | Alter pending call API so it can call the callback from an idle handler, to a... | Simon McVittie | 1 | -65/+137 |
2007-12-20 | glib-client-gen: fix typo in documentation | Simon McVittie | 1 | -1/+1 |
2007-12-18 | tools/glib-client-gen.py: add support for forcing parameters to be of a type ... | Simon McVittie | 1 | -32/+54 |
2007-12-18 | Make TpProxySignalConnection private | Simon McVittie | 1 | -4/+15 |
2007-12-17 | Avoid exposing contents of TpProxyPendingCall structure directly, in an attem... | Simon McVittie | 1 | -26/+27 |
2007-12-14 | Document generated tp_cli_ method/signal arguments, and improve documentation... | Simon McVittie | 1 | -13/+16 |
2007-12-14 | glib-client-gen: When collecting lists of arguments, store the XML element as... | Simon McVittie | 1 | -23/+23 |
2007-12-14 | Provide method and signal docstrings in generated tp_cli_ wrappers | Simon McVittie | 1 | -3/+13 |
2007-12-14 | Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take... | Simon McVittie | 1 | -6/+6 |
2007-12-12 | Change signal API for least astonishment [unreleased API break] | Simon McVittie | 1 | -17/+12 |
2007-12-12 | TpProxy: fix life cycle when things go wrong with a call pending: | Simon McVittie | 1 | -1/+35 |
2007-12-11 | Fix up TpProxy to cope with the "forwarder" callbacks being given to dbus-glib | Simon McVittie | 1 | -1/+1 |
2007-12-11 | Bounce D-Bus signals via a generated static callback rather than having dbus... | Simon McVittie | 1 | -1/+35 |
2007-12-04 | Add weak_object parameter to async callbacks in glib-client-gen (breaks unrel... | Simon McVittie | 1 | -4/+7 |
2007-12-04 | Prepend "in_" to the names of named "in" arguments, to avoid arguments called... | Simon McVittie | 1 | -1/+1 |
2007-11-28 | correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address) | Robert McQueen | 1 | -2/+2 |
2007-11-26 | TpProxy, glib-client-gen: implement cancelling pending calls; add a weak_obje... | Simon McVittie | 1 | -15/+28 |
2007-11-22 | glib-client-gen: return const TpProxyPendingCall and TpProxySignalConnection ... | Simon McVittie | 1 | -6/+8 |