summaryrefslogtreecommitdiff
path: root/src/dbo.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-04dbo: Add ObjectManager helper functions + share: use themYorhel1-22/+84
2013-04-13dbo+itfgen: Allow for grouping multiple PropertiesChanged signalsYorhel1-22/+18
2013-04-13dbo: Make the list of exported interfaces for an object staticYorhel1-26/+28
2013-04-13dbo+itfgen: Declare the interface structs as constYorhel1-14/+14
2013-04-06Reorganisation: Converted hub/ stuff + remove makeheader useYorhel1-1/+1
2013-04-05Reorganisation: Create interfaces.h + converted main.c and dbo.cYorhel1-102/+0
2013-02-04Copyright year bumpYorhel1-1/+1
2012-12-16dbo: Fix error message when trying to set a read-only valueYorhel1-1/+1
2012-12-16dbo: Fix crash when calling Properties.GetAll()Yorhel1-2/+4
2012-11-19dbo.c: Use enum for the method/signal/property flagsYorhel1-10/+12
2012-11-19Get rid of .h files and use makeheaders insteadYorhel1-8/+86
2012-10-25Use ylog for logging/debuggingYorhel1-5/+7
2012-10-06Let's add some vim modelinesYorhel1-0/+2
2012-09-27dbo.c: Cache "has properties" value + don't route Get/Set when falseYorhel1-15/+16
2012-09-26Add convenient dbo_setfree() + Send error replies on wrong Set()/Get()Yorhel1-15/+21
2012-09-26dbo.c: Removed useless error handling + fix sig=NULL routing caseYorhel1-22/+11
2012-09-26dbo.c: Store interface registration info in a single vectorYorhel1-29/+19
2012-09-26Implemented org.freedesktop.DBus.Properties.SetYorhel1-6/+40
2012-09-26Implemented Get and GetAll methods + various minor fixesYorhel1-9/+103
2012-09-26Fix autogenerated header includes + free memory in dbo_unregister()Yorhel1-0/+3
2012-09-26Implemented dbo_prop_(invalidate|changed) functionsYorhel1-4/+27
2012-09-25A first attempt at building a framework to support propertiesYorhel1-0/+16
2012-09-25global.h include cleanup + fix outdated commentsYorhel1-1/+1
2012-09-24Add COPYING file and license boilerplate to source filesYorhel1-0/+22
2012-09-24Renaming some stuff: dbusitf/dbusobj -> dbo + minor thingsYorhel1-0/+280