comparison src/audacious/dbus.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 30ed2878807f
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
16 * 16 *
17 * The Audacious team does not consider modular code linking to 17 * The Audacious team does not consider modular code linking to
18 * Audacious or using our public API to be a derived work. 18 * Audacious or using our public API to be a derived work.
19 */ 19 */
20 20
21 #ifndef _AUDDBUS_H 21 #ifndef AUDACIOUS_DBUS_H
22 #define _AUDDBUS_H 22 #define AUDACIOUS_DBUS_H
23 23
24 #define AUDACIOUS_DBUS_SERVICE "org.atheme.audacious" 24 #define AUDACIOUS_DBUS_SERVICE "org.atheme.audacious"
25 #define AUDACIOUS_DBUS_PATH "/org/atheme/audacious" 25 #define AUDACIOUS_DBUS_PATH "/org/atheme/audacious"
26 #define AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious" 26 #define AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious"
27 #define AUDACIOUS_DBUS_SERVICE_MPRIS "org.mpris.audacious" 27 #define AUDACIOUS_DBUS_SERVICE_MPRIS "org.mpris.audacious"
39 #define CAN_RESTORE_CONTEXT = 1 << 5 39 #define CAN_RESTORE_CONTEXT = 1 << 5
40 #define CAN_PROVIDE_METADATA = 1 << 6 40 #define CAN_PROVIDE_METADATA = 1 << 6
41 #define PROVIDES_TIMING = 1 << 7 41 #define PROVIDES_TIMING = 1 << 7
42 42
43 43
44 #endif // !_AUDDBUS_H 44 #endif /* AUDACIOUS_DBUS_H */