Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1b029f614afc1c8f0968c1f50d0b59cf > files > 6

xfmedia-devel-0.9.2-12mdv2009.1.i586.rpm

/*
 *  xfmedia - simple gtk2 media player based on xine
 *
 *  Copyright (c) 2004-2005 Brian Tarricone, <bjt23@cornell.edu>
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; version 2 of the License ONLY.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Library General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */

#ifndef __XFMEDIA_REMOTE_CLIENT_H__
#define __XFMEDIA_REMOTE_CLIENT_H__

#include <glib.h>

#include <xfmedia/xfmedia-remote-common.h>

G_BEGIN_DECLS

gboolean xfmedia_remote_client_init                   ();
XfmediaRemoteStatus xfmedia_remote_client_send_command(gint session_id,
                                                       const gchar *command,
                                                       ...);
GList *xfmedia_remote_client_get_info                 (guint session_id,
                                                       const gchar *command,
                                                       ...);

G_END_DECLS

#endif