|
mp3splt-gtk 0.9.3.1519
|
#include "mp3splt-gtk.h"#include "ui_types.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 342 of file mp3splt-gtk.c.
| GThread * create_thread | ( | GThreadFunc | func, |
| gpointer | data, | ||
| ui_state * | ui, | ||
| const char * | name ) |
Definition at line 322 of file mp3splt-gtk.c.
| void create_thread_and_unref | ( | GThreadFunc | func, |
| gpointer | data, | ||
| ui_state * | ui, | ||
| const char * | name ) |
Definition at line 337 of file mp3splt-gtk.c.
| gboolean exit_application | ( | GtkWidget * | widget, |
| GdkEvent * | event, | ||
| gpointer | data ) |
Definition at line 347 of file mp3splt-gtk.c.
| gint main | ( | gint | argc, |
| gchar ** | argv, | ||
| gchar ** | envp ) |
The traditional C main function.
Definition at line 503 of file mp3splt-gtk.c.
| void split_action | ( | ui_state * | ui | ) |
Definition at line 52 of file mp3splt-gtk.c.
| ui_state* ui |
Definition at line 47 of file mp3splt-gtk.c.