b41013e Add plumbing for "long long" D-Bus properties

Authored and Committed by nalin 8 years ago
1 file changed. 40 lines added. 0 lines removed.
    Add plumbing for "long long" D-Bus properties
    
    We return numeric property values as 64-bit integers, but we the only
    numeric type we can handle automatically is time_t, which isn't 64-bit
    on 32-bit systems.  This is an early step toward remedying that.
    
        
file modified
+40 -0