summaryrefslogtreecommitdiff
path: root/src/itfgen.pl
AgeCommit message (Expand)AuthorFilesLines
2013-05-04api: Started on a D-Bus interface for share managementYorhel1-1/+1
2013-04-13dbo+itfgen: Allow for grouping multiple PropertiesChanged signalsYorhel1-5/+15
2013-04-13dbo: Make the list of exported interfaces for an object staticYorhel1-5/+4
2013-04-13dbo+itfgen: Declare the interface structs as constYorhel1-6/+6
2013-04-05Reorganisation: Create interfaces.h + converted main.c and dbo.cYorhel1-47/+88
2013-03-11itfgen.pl: Check for change in dbo_*_set_noemit()Yorhel1-8/+13
2013-02-04Copyright year bumpYorhel1-1/+1
2012-12-15itfgen: Fix bug in method & signal matching regexYorhel1-3/+7
2012-12-14doc,interfaces: Use POD as documentation and IDL formatYorhel1-60/+49
2012-11-22hub: Get basic user INFo from dbusYorhel1-1/+1
2012-11-19Get rid of .h files and use makeheaders insteadYorhel1-158/+130
2012-11-14Use enum for HUBC_* flagsYorhel1-0/+1
2012-10-18itfgen.pl: Only send property changed notification if value is differentYorhel1-6/+15
2012-10-17Create hub objects + added hub_conn interface + y=uint8_t + min(id)=1Yorhel1-1/+1
2012-10-17itfgen.pl: Don't output property code for interfaces without propertiesYorhel1-51/+63
2012-10-06Let's add some vim modelinesYorhel1-0/+1
2012-09-26Add convenient dbo_setfree() + Send error replies on wrong Set()/Get()Yorhel1-2/+1
2012-09-26itfgen.pl: Fixed outdated TODOYorhel1-1/+0
2012-09-26Implemented org.freedesktop.DBus.Properties.SetYorhel1-9/+4
2012-09-26Implemented Get and GetAll methods + various minor fixesYorhel1-2/+5
2012-09-26Fix autogenerated header includes + free memory in dbo_unregister()Yorhel1-3/+4
2012-09-26Implemented dbo_prop_(invalidate|changed) functionsYorhel1-4/+4
2012-09-26itfgen.pl: Don't change signature of _set() on noemit flagYorhel1-10/+10
2012-09-26itfgen.pl: No need for offsetof hack when the usual typecasting worksYorhel1-1/+1
2012-09-26itfgen: Fix bool handling in wrapper and repsig functionsYorhel1-3/+3
2012-09-25Split access from flags in IDL + minor cleanupYorhel1-20/+25
2012-09-25A first attempt at building a framework to support propertiesYorhel1-12/+101
2012-09-25itfgen.pl: Fix comment parsingYorhel1-1/+1
2012-09-24Add COPYING file and license boilerplate to source filesYorhel1-0/+22
2012-09-24Create a separate header file for each interfaceYorhel1-35/+33
2012-09-24Renaming some stuff: dbusitf/dbusobj -> dbo + minor thingsYorhel1-0/+350