Skip to content
  • Simon McVittie's avatar
    gdbus: Use symbolic constants for interfaces from dbus-specification · 7c609f81
    Simon McVittie authored and Philip Withnall's avatar Philip Withnall committed
    
    
    Most D-Bus interfaces are domain-specific, but these interfaces from the
    D-Bus Specification are intended to be commonly used in any context for
    which they are found to be appropriate.
    
    Most of these use `gdbusprivate.h`. One exception is that
    `gio/tests/gdbus-example-*` redefine the constants locally: due to these
    files' dual role as part of the unit tests and as sample code, it seems
    desirable to ensure that they can still be compiled outside GLib.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    7c609f81