summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* update UNRELEASEDGuillaume Desmottes2013-09-241-1/+1
* tp_dbus_properties_mixin_dup_all: make publicSimon McVittie2013-09-131-5/+5
* _tp_dbus_properties_mixin_get_all: expose to internal codeSimon McVittie2012-10-081-12/+34
* Stop using TP_ERRORSSimon McVittie2012-05-021-9/+9
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Tell GI to skip tp_svc_interface_get_dbus_properties_infoWill Thompson2011-11-231-1/+1
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
* Version 0.15.8telepathy-glib-0.15.8Will Thompson2011-10-111-2/+2
* Expose tp_dbus_properties_mixin_set()Will Thompson2011-10-111-38/+66
* Expose tp_svc_interface_get_dbus_properties_infoWill Thompson2011-10-101-2/+14
* DBusProperties: document set_dbus_prop_info as nicheWill Thompson2011-10-101-0/+3
* Version 0.15.6telepathy-glib-0.15.6Xavier Claessens2011-09-301-2/+2
* Add tp_dbus_properties_mixin_emit_properties_changed_varargs()Will Thompson2011-09-061-0/+35
* _emit_properties_changed(): use annotationsWill Thompson2011-09-061-62/+89
* DBusPropertiesMixin: add flags for Changed annotationWill Thompson2011-09-061-3/+26
* Add tp_dbus_properties_mixin_emit_properties_changedWill Thompson2011-09-061-3/+96
* Extract guts of tp_dbus_properties_mixin_getWill Thompson2011-09-061-36/+46
* tp_dbus_properties_mixin_get: add parameter guardsWill Thompson2011-09-061-0/+5
* fill_properties_hash: make assertions more usefulWill Thompson2011-09-061-6/+15
* Fix set-but-not-used warnings with --disable-debugWill Thompson2011-06-231-9/+7
* 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