summaryrefslogtreecommitdiff
path: root/offapi/org/freedesktop/PackageKit/XQuery.idl
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Fix UNOIDL interface method parameter identifiersStephan Bergmann1-2/+2
UNOIDL identifiers starting with a lowercase letter and containing underscores are reserved for the implementation. It would be good to be able to enforce that in code parsing UNOIDL files, but some existing identifiers violate that. So at least change any violating method parameter identifiers here. While that is theoretically an incompatible change for published interfaces, it practically does not matter at all. Change-Id: I5eff17b5dd5e2e92984184127c4fe1712d62c9dd
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin1-2/+2
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl1-2/+2
Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453
2012-11-09making org.freedesktop.PackageKit.Query and .Modify availableBjoern Michaelsen1-0/+48
- partial implementation of the SessionInstaller interfaces - accessable via service: org.freedesktop.PackageKit.SyncDbusSessionHelper Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b