~alexlauni/ubuntu/lucid/gnome-control-center/fix-533888

« back to all changes in this revision

Viewing changes to capplets/theme-switcher/gnome-theme-installer.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 12:30:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070613123008-nmcon6qb309hkjek
Tags: upstream-2.19.3
ImportĀ upstreamĀ versionĀ 2.19.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* gnome-theme-installer.h
2
 
 * Copyright (C) 2002 Jonathan Blandford 
3
 
 *
4
 
 * Written by: Jonathan Blandford <jrb@gnome.org>
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, or (at your option)
9
 
 * any later version.
10
 
 *
11
 
 * This program is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
 * GNU General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19
 
 * 02111-1307, USA.
20
 
 */
21
 
 
22
 
#ifndef GNOME_THEME_INSTALLER_H
23
 
#define GNOME_THEME_INSTALLER_H
24
 
 
25
 
#include <gtk/gtk.h>
26
 
 
27
 
void gnome_theme_install_from_uri (gchar * filename, GtkWindow *parent);
28
 
 
29
 
void gnome_theme_installer_run (GtkWindow *parent, gchar *filename);
30
 
void gnome_theme_installer_run_cb (GtkWidget *button, GtkWindow *parent_window);
31
 
 
32
 
#endif /* GNOME_THEME_INSTALLER_H */