annotate audacious/controlsocket.h @ 2270:50dea14e2fa3 trunk

[svn] Serbian language upadated
author kustodian
date Thu, 04 Jan 2007 14:55:34 -0800
parents 86f0443d0de2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2231
86f0443d0de2 [svn] Update some copyrights notices, update po/
kiyoshi
parents: 2127
diff changeset
1 /* Audacious - Cross-platform multimedia player
86f0443d0de2 [svn] Update some copyrights notices, update po/
kiyoshi
parents: 2127
diff changeset
2 * Copyright (C) 2005-2007 Audacious development team
86f0443d0de2 [svn] Update some copyrights notices, update po/
kiyoshi
parents: 2127
diff changeset
3 *
86f0443d0de2 [svn] Update some copyrights notices, update po/
kiyoshi
parents: 2127
diff changeset
4 * Based on BMP:
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 * Copyright (C) 2003-2004 BMP development team.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 *
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 * Based on XMMS:
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 * Copyright (C) 1998-2003 XMMS development team.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 *
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 * This program is free software; you can redistribute it and/or modify
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 * it under the terms of the GNU General Public License as published by
2105
f18a5b617c34 [svn] - move to GPLv2-only. Based on my interpretation of the license, we are
nenolod
parents: 1459
diff changeset
12 * the Free Software Foundation; under version 2 of the License.
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 *
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 * This program is distributed in the hope that it will be useful,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
17 * GNU General Public License for more details.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 *
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 * You should have received a copy of the GNU General Public License
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 * along with this program; if not, write to the Free Software
1459
705d4c089fce [svn] Fix postal code.
chainsaw
parents: 1458
diff changeset
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
22 */
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24 #ifndef CONTROLSOCKET_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 #define CONTROLSOCKET_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
27 #include <glib.h>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
28
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
29 #define XMMS_PROTOCOL_VERSION 1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
30
217
ac3fb5691ddc [svn] Rename controlsocket to audacious, from xmms, so that xmms stuff wont crash us.
nenolod
parents: 0
diff changeset
31 #define CTRLSOCKET_NAME "audacious"
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
32 #define CTRLSOCKET_IO_TIMEOUT_USEC 100000
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
33
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
34 enum {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
35 CMD_GET_VERSION, CMD_PLAYLIST_ADD, CMD_PLAY, CMD_PAUSE, CMD_STOP,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
36 CMD_IS_PLAYING, CMD_IS_PAUSED, CMD_GET_PLAYLIST_POS,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
37 CMD_SET_PLAYLIST_POS, CMD_GET_PLAYLIST_LENGTH, CMD_PLAYLIST_CLEAR,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
38 CMD_GET_OUTPUT_TIME, CMD_JUMP_TO_TIME, CMD_GET_VOLUME,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
39 CMD_SET_VOLUME, CMD_GET_SKIN, CMD_SET_SKIN, CMD_GET_PLAYLIST_FILE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
40 CMD_GET_PLAYLIST_TITLE, CMD_GET_PLAYLIST_TIME, CMD_GET_INFO,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
41 CMD_GET_EQ_DATA, CMD_SET_EQ_DATA, CMD_PL_WIN_TOGGLE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
42 CMD_EQ_WIN_TOGGLE, CMD_SHOW_PREFS_BOX, CMD_TOGGLE_AOT,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
43 CMD_SHOW_ABOUT_BOX, CMD_EJECT, CMD_PLAYLIST_PREV, CMD_PLAYLIST_NEXT,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
44 CMD_PING, CMD_GET_BALANCE, CMD_TOGGLE_REPEAT, CMD_TOGGLE_SHUFFLE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
45 CMD_MAIN_WIN_TOGGLE, CMD_PLAYLIST_ADD_URL_STRING,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
46 CMD_IS_EQ_WIN, CMD_IS_PL_WIN, CMD_IS_MAIN_WIN, CMD_PLAYLIST_DELETE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
47 CMD_IS_REPEAT, CMD_IS_SHUFFLE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
48 CMD_GET_EQ, CMD_GET_EQ_PREAMP, CMD_GET_EQ_BAND,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
49 CMD_SET_EQ, CMD_SET_EQ_PREAMP, CMD_SET_EQ_BAND,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
50 CMD_QUIT, CMD_PLAYLIST_INS_URL_STRING, CMD_PLAYLIST_INS, CMD_PLAY_PAUSE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
51 CMD_PLAYQUEUE_ADD, CMD_GET_PLAYQUEUE_LENGTH, CMD_PLAYQUEUE_REMOVE,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
52 CMD_TOGGLE_ADVANCE, CMD_IS_ADVANCE,
984
bcd1ebd0a7c1 [svn] - jumptofile and queue support fun
nhjm449
parents: 217
diff changeset
53 CMD_ACTIVATE, CMD_SHOW_JTF_BOX,
bcd1ebd0a7c1 [svn] - jumptofile and queue support fun
nhjm449
parents: 217
diff changeset
54 CMD_PLAYQUEUE_CLEAR, CMD_PLAYQUEUE_IS_QUEUED,
2127
63af5b9c5026 [svn] - add playlist_select_playlist() to select a literal playlist
nenolod
parents: 2105
diff changeset
55 CMD_PLAYQUEUE_GET_POS, CMD_PLAYQUEUE_GET_QPOS,
63af5b9c5026 [svn] - add playlist_select_playlist() to select a literal playlist
nenolod
parents: 2105
diff changeset
56 CMD_PLAYLIST_ENQUEUE_TO_TEMP
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
57 };
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
58
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
59
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
60 typedef struct {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
61 guint16 version;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
62 guint16 command;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
63 guint32 data_length;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
64 } ClientPktHeader;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
65
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
66 typedef struct {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
67 guint16 version;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
68 guint32 data_length;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
69 } ServerPktHeader;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
70
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
71 typedef struct {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
72 ClientPktHeader hdr;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
73 gpointer data;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
74 gint fd;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
75 } PacketNode;
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
76
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
77
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
78 gboolean ctrlsocket_setup(void);
1443
2f714bee0645 [svn] - prepare for tcp listener code
nenolod
parents: 984
diff changeset
79 gboolean ctrlsocket_setup_unix(void);
2f714bee0645 [svn] - prepare for tcp listener code
nenolod
parents: 984
diff changeset
80 gboolean ctrlsocket_setup_tcp(void);
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
81 void ctrlsocket_start(void);
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
82 void ctrlsocket_check(void);
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
83 void ctrlsocket_cleanup(void);
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
84 gint ctrlsocket_get_session_id(void);
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
85
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
86 #endif