|
playervcr.c File Reference
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <gtk/gtk.h>
#include <playerc.h>
Define Documentation
#define USAGE "USAGE: playervcr [-h <host>] [-p <port>] [-i <index>]"
|
|
#define MAX_HOSTNAME_LEN 256
|
|
Function Documentation
int parse_args |
( |
gui_data_t * |
gui_data, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
void init_gui |
( |
gui_data_t * |
gui_data, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
int init_player |
( |
gui_data_t * |
gui_data |
) |
|
|
void fini_player |
( |
gui_data_t * |
gui_data |
) |
|
|
void button_callback |
( |
GtkWidget * |
widget, |
|
|
gpointer |
data |
|
) |
|
|
void update_status_label |
( |
gui_data_t * |
gui_data |
) |
|
|
gboolean player_read_func |
( |
gpointer * |
arg |
) |
|
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
|
|
Generated on Tue May 3 14:15:43 2005 for Player by 1.3.6
|