~ubuntu-branches/ubuntu/hardy/gnomad2/hardy

« back to all changes in this revision

Viewing changes to src/playlists.h

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2004-10-25 10:24:21 UTC
  • Revision ID: james.westby@ubuntu.com-20041025102421-hnnl6uzlkutcibvi
Tags: upstream-2.5.0
ImportĀ upstreamĀ versionĀ 2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* playlists.h
 
2
   Playlist GUI and call handling, header file
 
3
   Copyright (C) 2001 Linus Walleij
 
4
 
 
5
This file is part of the GNOMAD package.
 
6
 
 
7
GNOMAD is free software; you can redistribute it and/or modify
 
8
it under the terms of the GNU General Public License as published by
 
9
the Free Software Foundation; either version 2, or (at your option)
 
10
any later version.
 
11
 
 
12
You should have received a copy of the GNU General Public License
 
13
along with GNOMAD; see the file COPYING.  If not, write to
 
14
the Free Software Foundation, 59 Temple Place - Suite 330,
 
15
Boston, MA 02111-1307, USA. 
 
16
 
 
17
*/
 
18
 
 
19
#ifndef PLAYLISTSH_INCLUDED
 
20
#define PLAYLISTSH_INCLUDED 1
 
21
 
 
22
/* Exported functions */
 
23
void jbmenu_add_playlist_response(gpointer data);
 
24
void transfer_from_hd_dialog (GtkButton *inbutton, gpointer data);
 
25
void create_playlist_widgets(GtkWidget *box);
 
26
 
 
27
#endif