X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fcontrol%2Fdbus%2Fdbus_player.h;h=7a15685d55627eb4220529688dec211080792847;hp=43098d473edd21c4d7aa20e954f0edf1748e424f;hb=HEAD;hpb=9abcaacf83bd53b1f4b6569f7952e7025ddd0860 diff --git a/modules/control/dbus/dbus_player.h b/modules/control/dbus/dbus_player.h index 43098d473e..7a15685d55 100644 --- a/modules/control/dbus/dbus_player.h +++ b/modules/control/dbus/dbus_player.h @@ -1,10 +1,9 @@ /***************************************************************************** - * dbus_player.h : dbus control module (mpris v1.0) - /Player object + * dbus_player.h : dbus control module (mpris v2.2) - Player object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime * Copyright © 2009-2010 The VideoLAN team - * $Id$ * * Authors: Mirsal Ennaime * Rafaël Carré @@ -24,8 +23,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifndef _VLC_DBUS_PLAYER_H -#define _VLC_DBUS_PLAYER_H +#ifndef VLC_DBUS_DBUS_PLAYER_H_ +#define VLC_DBUS_DBUS_PLAYER_H_ #include #include "dbus_common.h" @@ -73,4 +72,4 @@ int PlayerPropertiesChangedEmit( intf_thread_t *, vlc_dictionary_t * ); void UpdatePlayerCaps( intf_thread_t * ); -#endif //dbus_player.h +#endif /* include-guard */