#include <dirent.h>#include <glib.h>#include <gtk/gtk.h>#include <stdio.h>#include <string.h>#include <sys/stat.h>#include <libaudcore/audstrings.h>#include "audconfig.h"#include "config.h"#include "i18n.h"#include "misc.h"#include "playback.h"#include "playlist.h"Go to the source code of this file.
Functions | |
| static void | show_progress (const gchar *path, gint count) |
| static void | show_done (void) |
| static gboolean | add_cb (void *unused) |
| void | playlist_insert_folder (gint playlist, gint at, const gchar *folder, gboolean play) |
Variables | |
| static GList * | add_queue = NULL |
| static gint | add_source = 0 |
| static gint | add_playlist |
| static gint | add_at |
| static gboolean | add_play |
| static GtkWidget * | add_window = NULL |
| static GtkWidget * | add_progress_path |
| static GtkWidget * | add_progress_count |
| static gboolean add_cb | ( | void * | unused | ) | [static] |
Definition at line 89 of file folder-add.c.
Referenced by playlist_insert_folder().
Definition at line 200 of file folder-add.c.
Referenced by add_list().
| static void show_done | ( | void | ) | [static] |
Definition at line 84 of file folder-add.c.
Referenced by add_cb().
| static void show_progress | ( | const gchar * | path, | |
| gint | count | |||
| ) | [static] |
Definition at line 44 of file folder-add.c.
Referenced by add_cb().
Definition at line 40 of file folder-add.c.
Referenced by add_cb(), and playlist_insert_folder().
Definition at line 41 of file folder-add.c.
Referenced by add_cb(), and playlist_insert_folder().
gint add_playlist [static] |
Definition at line 40 of file folder-add.c.
Referenced by add_cb(), and playlist_insert_folder().
GtkWidget * add_progress_count [static] |
Definition at line 42 of file folder-add.c.
Referenced by show_progress().
GtkWidget * add_progress_path [static] |
Definition at line 42 of file folder-add.c.
Referenced by show_progress().
GList* add_queue = NULL [static] |
Definition at line 38 of file folder-add.c.
Referenced by add_cb(), and playlist_insert_folder().
gint add_source = 0 [static] |
Definition at line 39 of file folder-add.c.
Referenced by add_cb(), and playlist_insert_folder().
GtkWidget* add_window = NULL [static] |
Definition at line 42 of file folder-add.c.
Referenced by show_done(), and show_progress().
1.7.1