Mercurial > audlegacy
comparison src/audacious/dbus-service.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 | b5ee3a4a8e3b |
children | 744953f257fb |
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 _DBUS_SERVICE_H | 21 #ifndef AUDACIOUS_DBUS_SERVICE_H |
22 #define _DBUS_SERVICE_H | 22 #define AUDACIOUS_DBUS_SERVICE_H |
23 | 23 |
24 #include <glib.h> | 24 #include <glib.h> |
25 | 25 |
26 #define DBUS_API_SUBJECT_TO_CHANGE | 26 #define DBUS_API_SUBJECT_TO_CHANGE |
27 #include <dbus/dbus-glib.h> | 27 #include <dbus/dbus-glib.h> |
212 gboolean audacious_rc_set_eq(RemoteObject *obj, gdouble preamp, GArray *bands, GError **error); | 212 gboolean audacious_rc_set_eq(RemoteObject *obj, gdouble preamp, GArray *bands, GError **error); |
213 gboolean audacious_rc_set_eq_preamp(RemoteObject *obj, gdouble preamp, GError **error); | 213 gboolean audacious_rc_set_eq_preamp(RemoteObject *obj, gdouble preamp, GError **error); |
214 gboolean audacious_rc_set_eq_band(RemoteObject *obj, gint band, gdouble value, GError **error); | 214 gboolean audacious_rc_set_eq_band(RemoteObject *obj, gint band, gdouble value, GError **error); |
215 gboolean audacious_rc_equalizer_activate(RemoteObject *obj, gboolean active, GError **error); | 215 gboolean audacious_rc_equalizer_activate(RemoteObject *obj, gboolean active, GError **error); |
216 | 216 |
217 #endif // !_DBUS_SERVICE_H | 217 #endif /* AUDACIOUS_DBUS_SERVICE_H */ |