Mercurial > audlegacy
annotate doc/libaudacious/libaudacious-decl.txt @ 2515:319b10203d7c trunk
[svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo.
author | chainsaw |
---|---|
date | Tue, 13 Feb 2007 13:22:51 -0800 |
parents | 0264fabf471d |
children | 72ec866d6b81 |
rev | line source |
---|---|
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
1 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
2 <NAME>ConfigDb</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
3 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
4 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
5 <NAME>bmp_cfg_db_open</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
6 <RETURNS>ConfigDb *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
7 |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
8 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
9 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
10 <NAME>bmp_cfg_db_close</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
11 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
12 ConfigDb *db |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
13 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
14 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
15 <NAME>bmp_cfg_db_get_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
16 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
17 ConfigDb *db,const gchar *section,const gchar *key,gchar **value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
18 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
19 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
20 <NAME>bmp_cfg_db_get_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
21 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
22 ConfigDb *db,const gchar *section,const gchar *key,gint *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
23 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
24 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
25 <NAME>bmp_cfg_db_get_bool</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
26 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
27 ConfigDb *db,const gchar *section,const gchar *key,gboolean *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
28 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
29 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
30 <NAME>bmp_cfg_db_get_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
31 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
32 ConfigDb *db,const gchar *section,const gchar *key,gfloat *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
33 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
34 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
35 <NAME>bmp_cfg_db_get_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
36 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
37 ConfigDb *db,const gchar *section,const gchar *key,gdouble *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
38 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
39 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
40 <NAME>bmp_cfg_db_set_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
41 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
42 ConfigDb *db,const gchar *section,const gchar *key,gchar *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
43 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
44 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
45 <NAME>bmp_cfg_db_set_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
46 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
47 ConfigDb *db,const gchar *section,const gchar *key,gint value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
48 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
49 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
50 <NAME>bmp_cfg_db_set_bool</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
51 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
52 ConfigDb *db,const gchar *section,const gchar *key,gboolean value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
53 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
54 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
55 <NAME>bmp_cfg_db_set_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
56 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
57 ConfigDb *db,const gchar *section,const gchar *key,gfloat value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
58 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
59 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
60 <NAME>bmp_cfg_db_set_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
61 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
62 ConfigDb *db,const gchar *section,const gchar *key,gdouble value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
63 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
64 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
65 <NAME>bmp_cfg_db_unset_key</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
66 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
67 ConfigDb *db,const gchar *section,const gchar *key |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
68 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
69 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
70 <NAME>RcLine</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
71 typedef struct { |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
72 gchar *key; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
73 gchar *value; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
74 } RcLine; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
75 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
76 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
77 <NAME>RcSection</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
78 typedef struct { |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
79 gchar *name; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
80 GList *lines; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
81 } RcSection; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
82 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
83 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
84 <NAME>RcFile</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
85 typedef struct { |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
86 GList *sections; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
87 } RcFile; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
88 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
89 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
90 <NAME>bmp_rcfile_new</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
91 <RETURNS>RcFile *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
92 void |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
93 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
94 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
95 <NAME>bmp_rcfile_free</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
96 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
97 RcFile * file |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
98 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
99 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
100 <NAME>bmp_rcfile_open</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
101 <RETURNS>RcFile *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
102 const gchar * filename |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
103 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
104 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
105 <NAME>bmp_rcfile_write</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
106 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
107 RcFile * file, const gchar * filename |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
108 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
109 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
110 <NAME>bmp_rcfile_read_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
111 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
112 RcFile * file, const gchar * section,const gchar * key, gchar ** value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
113 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
114 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
115 <NAME>bmp_rcfile_read_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
116 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
117 RcFile * file, const gchar * section,const gchar * key, gint * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
118 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
119 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
120 <NAME>bmp_rcfile_read_bool</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
121 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
122 RcFile * file, const gchar * section,const gchar * key, gboolean * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
123 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
124 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
125 <NAME>bmp_rcfile_read_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
126 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
127 RcFile * file, const gchar * section,const gchar * key, gfloat * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
128 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
129 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
130 <NAME>bmp_rcfile_read_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
131 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
132 RcFile * file, const gchar * section,const gchar * key, gdouble * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
133 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
134 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
135 <NAME>bmp_rcfile_write_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
136 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
137 RcFile * file, const gchar * section,const gchar * key, const gchar * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
138 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
139 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
140 <NAME>bmp_rcfile_write_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
141 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
142 RcFile * file, const gchar * section,const gchar * key, gint value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
143 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
144 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
145 <NAME>bmp_rcfile_write_boolean</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
146 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
147 RcFile * file, const gchar * section,const gchar * key, gboolean value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
148 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
149 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
150 <NAME>bmp_rcfile_write_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
151 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
152 RcFile * file, const gchar * section,const gchar * key, gfloat value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
153 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
154 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
155 <NAME>bmp_rcfile_write_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
156 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
157 RcFile * file, const gchar * section,const gchar * key, gdouble value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
158 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
159 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
160 <NAME>bmp_rcfile_remove_key</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
161 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
162 RcFile * file, const gchar * section,const gchar * key |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
163 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
164 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
165 <NAME>Formatter</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
166 typedef struct { |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
167 gchar *values[256]; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
168 } Formatter; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
169 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
170 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
171 <NAME>xmms_formatter_new</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
172 <RETURNS>Formatter *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
173 void |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
174 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
175 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
176 <NAME>xmms_formatter_destroy</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
177 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
178 Formatter * formatter |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
179 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
180 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
181 <NAME>xmms_formatter_associate</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
182 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
183 Formatter * formatter, guchar id,gchar * value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
184 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
185 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
186 <NAME>xmms_formatter_dissociate</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
187 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
188 Formatter * formatter, guchar id |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
189 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
190 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
191 <NAME>xmms_formatter_format</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
192 <RETURNS>gchar *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
193 Formatter * formatter, gchar * format |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
194 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
195 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
196 <NAME>TitleInput</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
197 typedef struct { |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
198 gint __size; /* Set by bmp_title_input_new() */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
199 gint __version; /* Ditto */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
200 |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
201 gchar *performer; /* %p */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
202 gchar *album_name; /* %a */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
203 gchar *track_name; /* %t */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
204 gint track_number; /* %n */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
205 gint year; /* %y */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
206 gchar *date; /* %d */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
207 gchar *genre; /* %g */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
208 gchar *comment; /* %c */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
209 gchar *file_name; /* %f */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
210 const gchar *file_ext; /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
211 gchar *file_path; /* %F */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
212 gint length; /* not displayable */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
213 gchar *formatter; /* not displayable */ |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
214 time_t mtime; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
215 } TitleInput; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
216 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
217 <TYPEDEF> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
218 <NAME>BmpTitleInput</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
219 typedef TitleInput BmpTitleInput; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
220 </TYPEDEF> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
221 <MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
222 <NAME>XMMS_TITLEINPUT_SIZE</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
223 #define XMMS_TITLEINPUT_SIZE sizeof(TitleInput) |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
224 </MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
225 <MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
226 <NAME>XMMS_TITLEINPUT_VERSION</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
227 #define XMMS_TITLEINPUT_VERSION (1) |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
228 </MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
229 <MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
230 <NAME>XMMS_NEW_TITLEINPUT</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
231 #define XMMS_NEW_TITLEINPUT(input) input = bmp_title_input_new(); |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
232 </MACRO> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
233 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
234 <NAME>bmp_title_input_new</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
235 <RETURNS>TitleInput *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
236 void |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
237 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
238 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
239 <NAME>bmp_title_input_free</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
240 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
241 BmpTitleInput * input |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
242 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
243 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
244 <NAME>xmms_get_titlestring</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
245 <RETURNS>gchar *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
246 const gchar * fmt, TitleInput * input |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
247 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
248 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
249 <NAME>xmms_titlestring_descriptions</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
250 <RETURNS>GtkWidget *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
251 gchar * tags, gint columns |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
252 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
253 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
254 <NAME>xmms_convert_buffers</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
255 struct xmms_convert_buffers; |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
256 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
257 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
258 <NAME>xmms_create_dir_browser</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
259 <RETURNS>GtkWidget *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
260 gchar * title, gchar * current_path,GtkSelectionMode mode,void (*handler) (gchar *) |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
261 </FUNCTION> |
2053 | 262 <FUNCTION> |
263 <NAME>xmms_connect_to_session</NAME> | |
264 <RETURNS>gint </RETURNS> | |
265 gint session | |
266 </FUNCTION> | |
267 <FUNCTION> | |
268 <NAME>xmms_remote_playlist</NAME> | |
269 <RETURNS>void </RETURNS> | |
270 gint session, gchar ** list, gint num,gboolean enqueue | |
271 </FUNCTION> | |
272 <FUNCTION> | |
273 <NAME>xmms_remote_get_version</NAME> | |
274 <RETURNS>gint </RETURNS> | |
275 gint session | |
276 </FUNCTION> | |
277 <FUNCTION> | |
278 <NAME>xmms_remote_playlist_add</NAME> | |
279 <RETURNS>void </RETURNS> | |
280 gint session, GList * list | |
281 </FUNCTION> | |
282 <FUNCTION> | |
283 <NAME>xmms_remote_playlist_delete</NAME> | |
284 <RETURNS>void </RETURNS> | |
285 gint session, gint pos | |
286 </FUNCTION> | |
287 <FUNCTION> | |
288 <NAME>xmms_remote_play</NAME> | |
289 <RETURNS>void </RETURNS> | |
290 gint session | |
291 </FUNCTION> | |
292 <FUNCTION> | |
293 <NAME>xmms_remote_pause</NAME> | |
294 <RETURNS>void </RETURNS> | |
295 gint session | |
296 </FUNCTION> | |
297 <FUNCTION> | |
298 <NAME>xmms_remote_stop</NAME> | |
299 <RETURNS>void </RETURNS> | |
300 gint session | |
301 </FUNCTION> | |
302 <FUNCTION> | |
303 <NAME>xmms_remote_is_playing</NAME> | |
304 <RETURNS>gboolean </RETURNS> | |
305 gint session | |
306 </FUNCTION> | |
307 <FUNCTION> | |
308 <NAME>xmms_remote_is_paused</NAME> | |
309 <RETURNS>gboolean </RETURNS> | |
310 gint session | |
311 </FUNCTION> | |
312 <FUNCTION> | |
313 <NAME>xmms_remote_get_playlist_pos</NAME> | |
314 <RETURNS>gint </RETURNS> | |
315 gint session | |
316 </FUNCTION> | |
317 <FUNCTION> | |
318 <NAME>xmms_remote_set_playlist_pos</NAME> | |
319 <RETURNS>void </RETURNS> | |
320 gint session, gint pos | |
321 </FUNCTION> | |
322 <FUNCTION> | |
323 <NAME>xmms_remote_get_playlist_length</NAME> | |
324 <RETURNS>gint </RETURNS> | |
325 gint session | |
326 </FUNCTION> | |
327 <FUNCTION> | |
328 <NAME>xmms_remote_playlist_clear</NAME> | |
329 <RETURNS>void </RETURNS> | |
330 gint session | |
331 </FUNCTION> | |
332 <FUNCTION> | |
333 <NAME>xmms_remote_get_output_time</NAME> | |
334 <RETURNS>gint </RETURNS> | |
335 gint session | |
336 </FUNCTION> | |
337 <FUNCTION> | |
338 <NAME>xmms_remote_jump_to_time</NAME> | |
339 <RETURNS>void </RETURNS> | |
340 gint session, gint pos | |
341 </FUNCTION> | |
342 <FUNCTION> | |
343 <NAME>xmms_remote_get_volume</NAME> | |
344 <RETURNS>void </RETURNS> | |
345 gint session, gint * vl, gint * vr | |
346 </FUNCTION> | |
347 <FUNCTION> | |
348 <NAME>xmms_remote_get_main_volume</NAME> | |
349 <RETURNS>gint </RETURNS> | |
350 gint session | |
351 </FUNCTION> | |
352 <FUNCTION> | |
353 <NAME>xmms_remote_get_balance</NAME> | |
354 <RETURNS>gint </RETURNS> | |
355 gint session | |
356 </FUNCTION> | |
357 <FUNCTION> | |
358 <NAME>xmms_remote_set_volume</NAME> | |
359 <RETURNS>void </RETURNS> | |
360 gint session, gint vl, gint vr | |
361 </FUNCTION> | |
362 <FUNCTION> | |
363 <NAME>xmms_remote_set_main_volume</NAME> | |
364 <RETURNS>void </RETURNS> | |
365 gint session, gint v | |
366 </FUNCTION> | |
367 <FUNCTION> | |
368 <NAME>xmms_remote_set_balance</NAME> | |
369 <RETURNS>void </RETURNS> | |
370 gint session, gint b | |
371 </FUNCTION> | |
372 <FUNCTION> | |
373 <NAME>xmms_remote_get_skin</NAME> | |
374 <RETURNS>gchar *</RETURNS> | |
375 gint session | |
376 </FUNCTION> | |
377 <FUNCTION> | |
378 <NAME>xmms_remote_set_skin</NAME> | |
379 <RETURNS>void </RETURNS> | |
380 gint session, gchar * skinfile | |
381 </FUNCTION> | |
382 <FUNCTION> | |
383 <NAME>xmms_remote_get_playlist_file</NAME> | |
384 <RETURNS>gchar *</RETURNS> | |
385 gint session, gint pos | |
386 </FUNCTION> | |
387 <FUNCTION> | |
388 <NAME>xmms_remote_get_playlist_title</NAME> | |
389 <RETURNS>gchar *</RETURNS> | |
390 gint session, gint pos | |
391 </FUNCTION> | |
392 <FUNCTION> | |
393 <NAME>xmms_remote_get_playlist_time</NAME> | |
394 <RETURNS>gint </RETURNS> | |
395 gint session, gint pos | |
396 </FUNCTION> | |
397 <FUNCTION> | |
398 <NAME>xmms_remote_get_info</NAME> | |
399 <RETURNS>void </RETURNS> | |
400 gint session, gint * rate, gint * freq,gint * nch | |
401 </FUNCTION> | |
402 <FUNCTION> | |
403 <NAME>xmms_remote_main_win_toggle</NAME> | |
404 <RETURNS>void </RETURNS> | |
405 gint session, gboolean show | |
406 </FUNCTION> | |
407 <FUNCTION> | |
408 <NAME>xmms_remote_pl_win_toggle</NAME> | |
409 <RETURNS>void </RETURNS> | |
410 gint session, gboolean show | |
411 </FUNCTION> | |
412 <FUNCTION> | |
413 <NAME>xmms_remote_eq_win_toggle</NAME> | |
414 <RETURNS>void </RETURNS> | |
415 gint session, gboolean show | |
416 </FUNCTION> | |
417 <FUNCTION> | |
418 <NAME>xmms_remote_is_main_win</NAME> | |
419 <RETURNS>gboolean </RETURNS> | |
420 gint session | |
421 </FUNCTION> | |
422 <FUNCTION> | |
423 <NAME>xmms_remote_is_pl_win</NAME> | |
424 <RETURNS>gboolean </RETURNS> | |
425 gint session | |
426 </FUNCTION> | |
427 <FUNCTION> | |
428 <NAME>xmms_remote_is_eq_win</NAME> | |
429 <RETURNS>gboolean </RETURNS> | |
430 gint session | |
431 </FUNCTION> | |
432 <FUNCTION> | |
433 <NAME>xmms_remote_show_prefs_box</NAME> | |
434 <RETURNS>void </RETURNS> | |
435 gint session | |
436 </FUNCTION> | |
437 <FUNCTION> | |
438 <NAME>xmms_remote_toggle_aot</NAME> | |
439 <RETURNS>void </RETURNS> | |
440 gint session, gboolean ontop | |
441 </FUNCTION> | |
442 <FUNCTION> | |
443 <NAME>xmms_remote_eject</NAME> | |
444 <RETURNS>void </RETURNS> | |
445 gint session | |
446 </FUNCTION> | |
447 <FUNCTION> | |
448 <NAME>xmms_remote_playlist_prev</NAME> | |
449 <RETURNS>void </RETURNS> | |
450 gint session | |
451 </FUNCTION> | |
452 <FUNCTION> | |
453 <NAME>xmms_remote_playlist_next</NAME> | |
454 <RETURNS>void </RETURNS> | |
455 gint session | |
456 </FUNCTION> | |
457 <FUNCTION> | |
458 <NAME>xmms_remote_playlist_add_url_string</NAME> | |
459 <RETURNS>void </RETURNS> | |
460 gint session, gchar * string | |
461 </FUNCTION> | |
462 <FUNCTION> | |
2215
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
463 <NAME>xmms_remote_playlist_enqueue_to_temp</NAME> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
464 <RETURNS>void </RETURNS> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
465 gint session, gchar * string |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
466 </FUNCTION> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
467 <FUNCTION> |
2053 | 468 <NAME>xmms_remote_is_running</NAME> |
469 <RETURNS>gboolean </RETURNS> | |
470 gint session | |
471 </FUNCTION> | |
472 <FUNCTION> | |
473 <NAME>xmms_remote_toggle_repeat</NAME> | |
474 <RETURNS>void </RETURNS> | |
475 gint session | |
476 </FUNCTION> | |
477 <FUNCTION> | |
478 <NAME>xmms_remote_toggle_shuffle</NAME> | |
479 <RETURNS>void </RETURNS> | |
480 gint session | |
481 </FUNCTION> | |
482 <FUNCTION> | |
483 <NAME>xmms_remote_is_repeat</NAME> | |
484 <RETURNS>gboolean </RETURNS> | |
485 gint session | |
486 </FUNCTION> | |
487 <FUNCTION> | |
488 <NAME>xmms_remote_is_shuffle</NAME> | |
489 <RETURNS>gboolean </RETURNS> | |
490 gint session | |
491 </FUNCTION> | |
492 <FUNCTION> | |
493 <NAME>xmms_remote_get_eq</NAME> | |
494 <RETURNS>void </RETURNS> | |
495 gint session, gfloat * preamp,gfloat ** bands | |
496 </FUNCTION> | |
497 <FUNCTION> | |
498 <NAME>xmms_remote_get_eq_preamp</NAME> | |
499 <RETURNS>gfloat </RETURNS> | |
500 gint session | |
501 </FUNCTION> | |
502 <FUNCTION> | |
503 <NAME>xmms_remote_get_eq_band</NAME> | |
504 <RETURNS>gfloat </RETURNS> | |
505 gint session, gint band | |
506 </FUNCTION> | |
507 <FUNCTION> | |
508 <NAME>xmms_remote_set_eq</NAME> | |
509 <RETURNS>void </RETURNS> | |
510 gint session, gfloat preamp, gfloat * bands | |
511 </FUNCTION> | |
512 <FUNCTION> | |
513 <NAME>xmms_remote_set_eq_preamp</NAME> | |
514 <RETURNS>void </RETURNS> | |
515 gint session, gfloat preamp | |
516 </FUNCTION> | |
517 <FUNCTION> | |
518 <NAME>xmms_remote_set_eq_band</NAME> | |
519 <RETURNS>void </RETURNS> | |
520 gint session, gint band, gfloat value | |
521 </FUNCTION> | |
522 <FUNCTION> | |
523 <NAME>xmms_remote_quit</NAME> | |
524 <RETURNS>void </RETURNS> | |
525 gint session | |
526 </FUNCTION> | |
527 <FUNCTION> | |
528 <NAME>xmms_remote_play_pause</NAME> | |
529 <RETURNS>void </RETURNS> | |
530 gint session | |
531 </FUNCTION> | |
532 <FUNCTION> | |
533 <NAME>xmms_remote_playlist_ins_url_string</NAME> | |
534 <RETURNS>void </RETURNS> | |
535 gint session, gchar * string,gint pos | |
536 </FUNCTION> | |
537 <FUNCTION> | |
538 <NAME>xmms_remote_playqueue_add</NAME> | |
539 <RETURNS>void </RETURNS> | |
540 gint session, gint pos | |
541 </FUNCTION> | |
542 <FUNCTION> | |
543 <NAME>xmms_remote_playqueue_remove</NAME> | |
544 <RETURNS>void </RETURNS> | |
545 gint session, gint pos | |
546 </FUNCTION> | |
547 <FUNCTION> | |
548 <NAME>xmms_remote_get_playqueue_length</NAME> | |
549 <RETURNS>gint </RETURNS> | |
550 gint session | |
551 </FUNCTION> | |
552 <FUNCTION> | |
553 <NAME>xmms_remote_toggle_advance</NAME> | |
554 <RETURNS>void </RETURNS> | |
555 gint session | |
556 </FUNCTION> | |
557 <FUNCTION> | |
558 <NAME>xmms_remote_is_advance</NAME> | |
559 <RETURNS>gboolean </RETURNS> | |
560 gint session | |
561 </FUNCTION> | |
562 <FUNCTION> | |
563 <NAME>xmms_remote_activate</NAME> | |
564 <RETURNS>void </RETURNS> | |
565 gint session | |
566 </FUNCTION> | |
567 <FUNCTION> | |
568 <NAME>xmms_remote_show_jtf_box</NAME> | |
569 <RETURNS>void </RETURNS> | |
570 gint session | |
571 </FUNCTION> | |
572 <FUNCTION> | |
573 <NAME>xmms_remote_playqueue_clear</NAME> | |
574 <RETURNS>void </RETURNS> | |
575 gint session | |
576 </FUNCTION> | |
577 <FUNCTION> | |
578 <NAME>xmms_remote_playqueue_is_queued</NAME> | |
579 <RETURNS>gboolean </RETURNS> | |
580 gint session, gint pos | |
581 </FUNCTION> | |
582 <FUNCTION> | |
583 <NAME>xmms_remote_get_playqueue_position</NAME> | |
584 <RETURNS>gint </RETURNS> | |
585 gint session, gint pos | |
586 </FUNCTION> | |
587 <FUNCTION> | |
588 <NAME>xmms_remote_get_playqueue_queue_position</NAME> | |
589 <RETURNS>gint </RETURNS> | |
590 gint session, gint pos | |
591 </FUNCTION> | |
592 <FUNCTION> | |
593 <NAME>audacious_set_session_uri</NAME> | |
594 <RETURNS>void </RETURNS> | |
595 gchar *uri | |
596 </FUNCTION> | |
597 <FUNCTION> | |
598 <NAME>audacious_get_session_uri</NAME> | |
599 <RETURNS>gchar *</RETURNS> | |
600 gint session | |
601 </FUNCTION> | |
602 <FUNCTION> | |
603 <NAME>audacious_set_session_type</NAME> | |
604 <RETURNS>void </RETURNS> | |
605 gint type | |
606 </FUNCTION> | |
607 <FUNCTION> | |
608 <NAME>xmms_remote_play_files</NAME> | |
609 <RETURNS>void </RETURNS> | |
610 gint session, GList * list | |
611 </FUNCTION> | |
612 <MACRO> | |
613 <NAME>xmms_remote_add_files</NAME> | |
614 #define xmms_remote_add_files(session,list) \ | |
615 xmms_remote_playlist_add(session,list) | |
616 </MACRO> | |
617 <FUNCTION> | |
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
618 <NAME>xmms_urldecode_path</NAME> |
2053 | 619 <RETURNS>gchar *</RETURNS> |
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
620 const gchar * |
2053 | 621 </FUNCTION> |
622 <FUNCTION> | |
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
623 <NAME>xmms_urldecode_plain</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
624 <RETURNS>gchar *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
625 const gchar * |
2053 | 626 </FUNCTION> |