~ubuntu-branches/ubuntu/wily/gmpc/wily

« back to all changes in this revision

Viewing changes to src/plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2010-03-27 15:04:05 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100327150405-x9trnrmvg4kxydrr
Tags: 0.20.0-1
* New upstream release
* Remove man-fix-whatis.patch now upstream
* Added build-dep to valac
* Bump standards-version (no change)
* Remove config.log at clean time

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Gnome Music Player Client (GMPC)
2
 
 * Copyright (C) 2004-2009 Qball Cow <qball@sarine.nl>
 
2
 * Copyright (C) 2004-2010 Qball Cow <qball@sarine.nl>
3
3
 * Project homepage: http://gmpc.wikia.com/
4
4
 
5
5
 * This program is free software; you can redistribute it and/or modify
20
20
#include <gtk/gtk.h>
21
21
#include <libmpd/libmpd.h>
22
22
#include "metadata.h"
 
23
#include "config1.h"
 
24
#include "gmpc-extras.h"
23
25
#include "gmpc-profiles.h"
24
 
#include "gmpc-mpddata-model.h"
25
26
#include "gmpc-mpddata-treeview.h"
26
 
//#include "gmpc-plugin.h"
27
 
#include "gmpc-connection.h"
28
27
 
29
28
//#include "gmpc-paned-size-group.h"
30
29
 
35
34
#define PLUGIN_ID_INTERNALL 2048
36
35
/* Usefull signal objects. */
37
36
extern MpdObj *connection;
38
 
extern config_obj *config;
39
37
extern GmpcProfiles *gmpc_profiles;
40
38
extern GmpcConnection   *gmpcconn;
41
39
 
219
217
char  *         gmpc_get_full_glade_path(const char *filename);
220
218
gchar *                 gmpc_get_covers_path(const gchar *filename);
221
219
gchar *                 gmpc_get_user_path(const gchar *filename);
 
220
gchar *         gmpc_get_cache_directory(const gchar *filename);
222
221
void                    playlist3_insert_browser(GtkTreeIter *iter, gint position);
223
222
 
224
223
 
238
237
 
239
238
/***/
240
239
 
241
 
char *connection_get_music_directory(void);
 
240
const char *connection_get_music_directory(void);
242
241
/* glue */
243
242
 
244
243
void info2_fill_song_view(mpd_Song *song);