Mercurial > pidgin-audacious
diff pidgin-audacious.c @ 23:dffc9604a9fb
- moved prototypes to pidgin-audacious.h
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Mon, 06 Oct 2008 18:19:42 +0900 |
| parents | fbad40babe88 |
| children | 8ac1ebc63fab |
line wrap: on
line diff
--- a/pidgin-audacious.c Mon Oct 06 18:18:06 2008 +0900 +++ b/pidgin-audacious.c Mon Oct 06 18:19:42 2008 +0900 @@ -28,17 +28,6 @@ static DBusGProxy *session = NULL; static PurpleCmdId cmdid_paste_current_song; -/* prototypes */ -extern gchar *botch_utf(const gchar *msg, gsize len, gsize *newlen) __attribute__ ((weak)); -static void aud_process(gchar *aud_info); -static void track_signal_cb(DBusGProxy *player_proxy, GHashTable *table, gpointer data); -static void status_signal_cb(DBusGProxy *player_proxy, gint status, gpointer data); -static gboolean is_app_playing(void); -static GHashTable *get_song_table(void); -static song_tuple *get_song_tuple(GHashTable *table); -static void signed_on_cb(PurpleConnection *gc, void *data); -static void prefs_cb(const char *name, PurplePrefType type, gconstpointer value, gpointer data); - /* implementation */ static DBusGProxy *
