summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* DBusPropertiesMixin: Improve undefined interface messageWill Thompson2010-10-041-1/+2
* Skip tp_dbus_properties_mixin_implement_interface from introspectionSimon McVittie2010-09-151-1/+3
* TpDBusPropertiesMixin: gracefully deal with omitted getter/setterSimon McVittie2010-09-101-1/+17
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
* Prepare version 0.11.11telepathy-glib-0.11.11Simon McVittie2010-07-261-1/+1
* tp_dbus_properties_mixin_fill_properties_hash: addSimon McVittie2010-06-291-37/+85
* Use G_STATIC_ASSERT instead of tp_verify()Simon McVittie2010-06-071-1/+1
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-101-2/+2
* Include generated GEnum/GFlags types in documentationSimon McVittie2010-05-041-0/+11
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-5/+5
* Put various files into debug domainsSimon McVittie2010-04-301-0/+3
* Instead of guarding against callbacks and pointers being different sizes, jus...Simon McVittie2010-04-051-3/+7
* tp_dbus_properties_mixin_make_properties_hash: add missing call to va_endSimon McVittie2009-12-011-0/+2
* TpDBusPropertiesMixin: rename @interface to @iface throughoutSimon McVittie2009-10-161-12/+12
* dbus-properties-mixin.c: fixed error message on write-only propertiesPekka Pessi2009-10-061-1/+1
* Document the allocation model for tp_dbus_properties_mixin_make_properties_hashSimon McVittie2009-07-281-0/+9
* Prepare version 0.7.15telepathy-glib-0.7.15Simon McVittie2008-09-181-1/+1
* _make_properties_hash: Don't point property at garbage at the end of the loopWill Thompson2008-09-171-2/+18
* Document tp_dbus_properties_mixin_make_properties_hashWill Thompson2008-09-151-0/+18
* Move tp_dbus_properties_mixin_make_properties_hash to the correct fileWill Thompson2008-09-151-0/+36
* DBusPropertiesMixin: no mixin class is treated as all fields being NULLWill Thompson2008-09-091-2/+3
* DBusPropertiesMixin: move mixin->interfaces != NULL checks out of loopsWill Thompson2008-09-091-8/+12
* dbus_properties_mixin_class_init: document offset=0Will Thompson2008-09-091-0/+6
* Allow DBusPropertiesMixinClass to be omitted from classes.Will Thompson2008-09-091-28/+33
* DbusPropertiesMixin: Cosmetic fix to a critical errorSjoerd Simons2008-08-191-1/+1
* Add tp_dbus_properties_mixin_get()Simon McVittie2008-07-231-26/+62
* Remove unnecessary argument from dbus-properties-mixin internal functionsSimon McVittie2008-07-231-9/+7
* Raise Telepathy errors from TpDBusPropertiesMixin for nowSimon McVittie2008-07-181-7/+8
* TpDBusPropertiesMixin: on a successful Set(), return nothing, not the value t...Simon McVittie2008-07-011-1/+1
* TpDBusPropertiesMixin: use the transformed value if a property's type has to ...Simon McVittie2008-07-011-0/+3
* TpDBusPropertiesMixin: don't leak a GValue's contents if GValue transformatio...Simon McVittie2008-07-011-0/+2
* TpDBusPropertiesMixin: return D-Bus error on Set() of a nonexistent propertySimon McVittie2008-07-011-2/+14
* TpDBusPropertiesMixin: return empty mapping on GetAll() of a nonexistent inte...Simon McVittie2008-07-011-1/+2
* TpDBusPropertiesMixin: return D-Bus errors on Get() of a nonexistent property...Simon McVittie2008-07-011-2/+14
* (trivia) Fix value of _extra_prop_impls_quark(): it's new in 0.7.9, not 0.7.3Simon McVittie2008-05-301-1/+1
* Minor documentation fixSimon McVittie2008-05-271-1/+1
* TpDBusPropertiesMixin: rename _info_quark() to _iface_prop_info_quark() for g...Simon McVittie2008-05-271-3/+3
* TpDBusPropertiesMixin: implement a cleaner way for mixins to hook in property...Simon McVittie2008-05-271-64/+255
* TpDBusPropertiesMixin: rename _mixin_quark to _class_prop_impls_quark for gre...Simon McVittie2008-05-271-3/+3
* Add tp_dbus_properties_mixin_getter_gobject_properties, tp_dbus_properties_mi...Simon McVittie2008-02-181-0/+52
* Document the DBus.Properties mixinSimon McVittie2008-02-181-3/+181
* Make registering DBus.Properties for the mixin more declarative.Simon McVittie2008-02-181-19/+57
* Make tp_svc_interface_get_dbus_properties_info private (there's no real need ...Simon McVittie2008-02-181-1/+2
* Add D-Bus core Properties mixinSimon McVittie2008-02-131-0/+388