Mercurial > pidgin-audacious
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 22:fbad40babe88 | 23:dffc9604a9fb |
|---|---|
| 25 static GHashTable *pushed_status; | 25 static GHashTable *pushed_status; |
| 26 static GHashTable *pushed_userinfo; | 26 static GHashTable *pushed_userinfo; |
| 27 static DBusGConnection *connection = NULL; | 27 static DBusGConnection *connection = NULL; |
| 28 static DBusGProxy *session = NULL; | 28 static DBusGProxy *session = NULL; |
| 29 static PurpleCmdId cmdid_paste_current_song; | 29 static PurpleCmdId cmdid_paste_current_song; |
| 30 | |
| 31 /* prototypes */ | |
| 32 extern gchar *botch_utf(const gchar *msg, gsize len, gsize *newlen) __attribute__ ((weak)); | |
| 33 static void aud_process(gchar *aud_info); | |
| 34 static void track_signal_cb(DBusGProxy *player_proxy, GHashTable *table, gpointer data); | |
| 35 static void status_signal_cb(DBusGProxy *player_proxy, gint status, gpointer data); | |
| 36 static gboolean is_app_playing(void); | |
| 37 static GHashTable *get_song_table(void); | |
| 38 static song_tuple *get_song_tuple(GHashTable *table); | |
| 39 static void signed_on_cb(PurpleConnection *gc, void *data); | |
| 40 static void prefs_cb(const char *name, PurplePrefType type, gconstpointer value, gpointer data); | |
| 41 | 30 |
| 42 | 31 |
| 43 /* implementation */ | 32 /* implementation */ |
| 44 static DBusGProxy * | 33 static DBusGProxy * |
| 45 get_dbus_session(void) | 34 get_dbus_session(void) |
