1. 01 Feb, 2013 6 commits
  2. 31 Jan, 2013 19 commits
  3. 30 Jan, 2013 14 commits
  4. 29 Jan, 2013 1 commit
    • Alex Merry's avatar
      dbus: Standardise property getters · 6ae4c72d
      Alex Merry authored
      There was a lot of repeated code, some of which properly checked return
      values and some of which didn't.  This is all replaced and folded into
      the GetProperty function of each interface.
      
      A side-effect is that it should be more efficient (we only check the
      interface argument once instead of once for each property, and there
      should be a smaller overall code size).
      Signed-off-by: default avatarMirsal Ennaime <mirsal@videolan.org>
      6ae4c72d