mp3splt-gtk 0.9.2
|
#include "mp3splt-gtk.h"
#include <langinfo.h>
Go to the source code of this file.
Functions | |
void | add_idle (gint priority, GSourceFunc function, gpointer data, GDestroyNotify notify) |
GThread * | create_thread (GThreadFunc func, gpointer data, ui_state *ui, const char *name) |
void | create_thread_and_unref (GThreadFunc func, gpointer data, ui_state *ui, const char *name) |
gboolean | exit_application (GtkWidget *widget, GdkEvent *event, gpointer data) |
gint | main (gint argc, gchar **argv, gchar **envp) |
void | split_action (ui_state *ui) |
Variables | |
ui_state * | ui |
The main file,
this file contains the main() function as well as some globally used functions.
Definition in file mp3splt-gtk.c.
void add_idle | ( | gint | priority, |
GSourceFunc | function, | ||
gpointer | data, | ||
GDestroyNotify | notify ) |
Definition at line 336 of file mp3splt-gtk.c.
GThread * create_thread | ( | GThreadFunc | func, |
gpointer | data, | ||
ui_state * | ui, | ||
const char * | name ) |
Definition at line 316 of file mp3splt-gtk.c.
void create_thread_and_unref | ( | GThreadFunc | func, |
gpointer | data, | ||
ui_state * | ui, | ||
const char * | name ) |
Definition at line 331 of file mp3splt-gtk.c.
gboolean exit_application | ( | GtkWidget * | widget, |
GdkEvent * | event, | ||
gpointer | data ) |
Definition at line 341 of file mp3splt-gtk.c.
gint main | ( | gint | argc, |
gchar ** | argv, | ||
gchar ** | envp ) |
The traditional C main function.
Definition at line 497 of file mp3splt-gtk.c.
void split_action | ( | ui_state * | ui | ) |
Definition at line 51 of file mp3splt-gtk.c.
ui_state* ui |
Definition at line 46 of file mp3splt-gtk.c.