annotate src/audlegacy/ui_preferences.h @ 4833:34d54dc5576d

export on_skin_view_drag_data_received() for now.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 28 Mar 2009 19:27:30 +0900
parents 7bf7f83a217e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2894
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
1 /* BMP - Cross-platform multimedia player
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
2 * Copyright (C) 2003-2004 BMP development team.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
3 *
2894
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
4 * This program is free software; you can redistribute it and/or modify
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
5 * it under the terms of the GNU General Public License as published by
3121
3b6d316f8b09 GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents: 2894
diff changeset
6 * the Free Software Foundation; under version 3 of the License.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
7 *
2894
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
8 * This program is distributed in the hope that it will be useful,
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
11 * GNU General Public License for more details.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
12 *
2894
062324422c40 Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
William Pitcock <nenolod@atheme.org>
parents: 2862
diff changeset
13 * You should have received a copy of the GNU General Public License
3121
3b6d316f8b09 GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents: 2894
diff changeset
14 * along with this program. If not, see <http://www.gnu.org/licenses>.
3123
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
15 *
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
16 * The Audacious team does not consider modular code linking to
f1c756f39e6c Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents: 3121
diff changeset
17 * Audacious or using our public API to be a derived work.
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
18 */
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
19
4557
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 4081
diff changeset
20 #ifndef AUDACIOUS_UI_PREFERENCES_H
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 4081
diff changeset
21 #define AUDACIOUS_UI_PREFERENCES_H
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
22
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
23 void create_prefs_window(void);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
24 void show_prefs_window(void);
3917
b5ee3a4a8e3b libaudclient:
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents: 3123
diff changeset
25 void hide_prefs_window(void);
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
26
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
27 gint prefswin_page_new(GtkWidget *container, gchar *name, gchar *imgurl);
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
28 void prefswin_page_destroy(GtkWidget *container);
4726
ad06ffc54c23 add aboutwin_show and jump_to_track_show to InterfaceOps
Tomasz Mon <desowin@gmail.com>
parents: 4557
diff changeset
29
4833
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
30 void
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
31 on_skin_view_drag_data_received(GtkWidget * widget,
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
32 GdkDragContext * context,
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
33 gint x, gint y,
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
34 GtkSelectionData * selection_data,
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
35 guint info, guint time,
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
36 gpointer user_data);
34d54dc5576d export on_skin_view_drag_data_received() for now.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
37
4557
2eee464379dc Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Matti Hamalainen <ccr@tnsp.org>
parents: 4081
diff changeset
38 #endif /* AUDACIOUS_UI_PREFERENCES_H */