Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions | Variables

folder-add.c File Reference

#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

Function Documentation

static gboolean add_cb ( void *  unused) [static]

Definition at line 89 of file folder-add.c.

Referenced by playlist_insert_folder().

void playlist_insert_folder ( gint  playlist,
gint  at,
const gchar *  folder,
gboolean  play 
)

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().


Variable Documentation

Definition at line 40 of file folder-add.c.

Referenced by add_cb(), and playlist_insert_folder().

gboolean add_play [static]

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

Definition at line 42 of file folder-add.c.

Referenced by show_progress().

GtkWidget * add_progress_path

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().