annotate src/audacious/sync-menu.h @ 3476:9152829f3c19 trunk

Allow non-active playlist to be saved to file
author Kieran Clancy <clancy.kieran+audacious@gmail.com>
date Mon, 10 Sep 2007 13:47:16 +0930
parents db83b4a786ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3417
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
1 /* GTK+ Integration for the Mac OS X Menubar.
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
2 *
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
3 * Copyright (C) 2007 Pioneer Research Center USA, Inc.
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
4 *
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
5 * This library is free software; you can redistribute it and/or
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
6 * modify it under the terms of the GNU Lesser General Public
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
7 * License as published by the Free Software Foundation; either
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
8 * version 2 of the License, or (at your option) any later version.
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
9 *
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
10 * This library is distributed in the hope that it will be useful,
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
13 * Lesser General Public License for more details.
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
14 *
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
15 * You should have received a copy of the GNU Lesser General Public
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
16 * License along with this library; if not, write to the
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
18 * Boston, MA 02111-1307, USA.
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
19 */
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
20
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
21 #include <gtk/gtk.h>
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
22
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
23 G_BEGIN_DECLS
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
24
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
25 void sync_menu_takeover_menu (GtkMenuShell *menu_shell);
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
26
db83b4a786ed MacOS platform: Add support code for the MacOS menubar.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
27 G_END_DECLS