~ubuntu-branches/ubuntu/precise/rhythmbox/precise-security

« back to all changes in this revision

Viewing changes to plugins/daap/rb-daap-dialog.h

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-03-09 07:24:47 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120309072447-ltf9ea8d9vj5zmiy
Tags: 2.95.5-0ubuntu1
* New upstream release. (LP: #949424)
  - Add support for allowing plug-ins to specify that they should be
    enabled by default. (LP: #934235)
  - Magnatune plug-in is re-enabled upstream.
  - Removal of gtk_dialog_run in most all cases.
  - Porting of more plug-ins to python-gi. 
* debian/control, debian/*.install:
  - Remove the useless coherence plug-in install file.
  - Move some core plug-ins into main rhythmbox package.
    + audiocd, generic-player, iradio, mmkeys, power-manager, rb
  - Split out the NPAPI plug-in to a separate package.
  - Split out the zeitgeist plug-in to a separate package.
  - Split out the magnatune store plug-in to a separate package.
  - Split out the visualizer plug-in to a separate package.
    + Disable building the visualizer plug-in package, as it needs
      libmx which is in universe and not main.
* debian/patches/*:
  - Refreshed patches against new source that had problems applying.
  - Remvoe the mpris name patch which is included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  Header for DAAP (iTunes Music Sharing) dialogs (password & name collision)
3
 
 *
4
 
 *  Copyright (C) 2005 Charles Schmidt <cschmidt2@emich.edu>
5
 
 *
6
 
 *  This program is free software; you can redistribute it and/or modify
7
 
 *  it under the terms of the GNU General Public License as published by
8
 
 *  the Free Software Foundation; either version 2 of the License, or
9
 
 *  (at your option) any later version.
10
 
 *
11
 
 *  The Rhythmbox authors hereby grant permission for non-GPL compatible
12
 
 *  GStreamer plugins to be used and distributed together with GStreamer
13
 
 *  and Rhythmbox. This permission is above and beyond the permissions granted
14
 
 *  by the GPL license by which Rhythmbox is covered. If you modify this code
15
 
 *  you may extend this exception to your version of the code, but you are not
16
 
 *  obligated to do so. If you do not wish to do so, delete this exception
17
 
 *  statement from your version.
18
 
 *
19
 
 *  This program is distributed in the hope that it will be useful,
20
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
21
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
 
 *  GNU General Public License for more details.
23
 
 *
24
 
 *  You should have received a copy of the GNU General Public License
25
 
 *  along with this program; if not, write to the Free Software
26
 
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
27
 
 *
28
 
 */
29
 
 
30
 
#ifndef __RB_DAAP_DIALOG_H
31
 
#define __RB_DAAP_DIALOG_H
32
 
 
33
 
#include <glib.h>
34
 
 
35
 
G_BEGIN_DECLS
36
 
 
37
 
char * rb_daap_collision_dialog_new_run (GtkWindow  *parent,
38
 
                                         const char *old_name);
39
 
 
40
 
G_END_DECLS
41
 
 
42
 
#endif /* __RB_DAAP_DIALOG_H */