00001 /* Copyright 2009 (c) ENSI de Bourges 00002 * 88 boulevard Lahitolle, 18020 Bourges Cedex, France 00003 * 00004 * This program is free software: you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation, either version 3 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00016 */ 00024 #ifndef __LOG_PLAYER_H 00025 #define __LOG_PLAYER_H 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 #include <gtk/gtk.h> 00030 00031 00032 00042 void player_set_status_label (guint64 , const gchar *); 00043 00044 00045 00056 void player_on_stop_button_pressed (GtkButton *, gpointer); 00057 00058 00069 guint64 player_date_to_timestamp (GDate *, guint, guint); 00070 00071 00072 00073 // TODO doc 00074 void player_update_values_from_dbus (); 00075 00076 00077 00084 void player_setup_widgets (); 00085 #ifdef __cplusplus 00086 } 00087 #endif 00088 #endif