maemo_callbacks.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002 * maemo_callbacks.h : Callbacks header file for the maemo plugin.
00003 *****************************************************************************
00004 * Copyright (C) 2008 the VideoLAN team
00005 * $Id: 678134463edfab690b35b0824111de2690a868e6 $
00006 *
00007 * Authors: Antoine Lejeune <phytos@videolan.org>
00008 *
00009 * This program is free software; you can redistribute it and/or modify
00010 * it under the terms of the GNU General Public License as published by
00011 * the Free Software Foundation; either version 2 of the License, or
00012 * (at your option) any later version.
00013 *
00014 * This program is distributed in the hope that it will be useful,
00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017 * GNU General Public License for more details.
00018 *
00019 * You should have received a copy of the GNU General Public License
00020 * along with this program; if not, write to the Free Software
00021 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
00022 *****************************************************************************/
00023 
00024 #include <gtk/gtk.h>
00025 
00026 #include <vlc_common.h>
00027 #include <vlc_interface.h>
00028 
00029 void play_cb( GtkButton *button, gpointer user_data );
00030 void stop_cb( GtkButton *button, gpointer user_data );
00031 void prev_cb( GtkButton *button, gpointer user_data );
00032 void next_cb( GtkButton *button, gpointer user_data );
00033 void playlist_cb( GtkButton *button, gpointer user_data );
00034 void seekbar_changed_cb( GtkRange *range, GtkScrollType scroll,
00035                          gdouble value, gpointer data );
00036 
00037 void pl_row_activated_cb( GtkTreeView *, GtkTreePath *, GtkTreeViewColumn *,
00038                           gpointer );
00039 
00040 void open_cb( GtkMenuItem *menuitem, gpointer user_data );
00041 void open_address_cb( GtkMenuItem *menuitem, gpointer user_data );
00042 void open_webcam_cb( GtkMenuItem *menuitem, gpointer user_data );
00043 
00044 void snapshot_cb( GtkMenuItem *menuitem, gpointer user_data );
00045 void dropframe_cb( GtkMenuItem *menuitem, gpointer user_data );
00046 
00047 gboolean key_cb(GtkWidget *widget, GdkEventKey *event, gpointer user_data);
00048 gboolean fullscreen_cb(gpointer user_data);

Generated on Tue May 25 08:04:56 2010 for VLC by  doxygen 1.5.6