1 /*****************************************************************************
2 * dbus_root.h : dbus control module (mpris v2.2) - Root object
3 *****************************************************************************
4 * Copyright © 2006-2008 Rafaël Carré
5 * Copyright © 2007-2010 Mirsal Ennaime
6 * Copyright © 2009-2010 The VideoLAN team
8 * Authors: Mirsal Ennaime <mirsal at mirsal fr>
9 * Rafaël Carré <funman at videolanorg>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
24 *****************************************************************************/
26 #ifndef VLC_DBUS_DBUS_ROOT_H_
27 #define VLC_DBUS_DBUS_ROOT_H_
29 #include "dbus_common.h"
31 /* DBUS IDENTIFIERS */
32 #define DBUS_MPRIS_ROOT_INTERFACE "org.mpris.MediaPlayer2"
34 /* Handle incoming dbus messages */
35 DBusHandlerResult handle_root ( DBusConnection *p_conn,
38 int RootPropertiesChangedEmit ( intf_thread_t *,
41 #endif /* include-guard */