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

« back to all changes in this revision

Viewing changes to capplets/theme-switcher/gnome-theme-details.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
 
#ifndef __GNOME_THEME_DETAILS_H__
2
 
#define __GNOME_THEME_DETAILS_H__
3
 
 
4
 
void gnome_theme_details_init                    (void);
5
 
void gnome_theme_details_show                    (void);
6
 
void gnome_theme_details_reread_themes_from_disk (void);
7
 
void gnome_theme_details_update_from_gconf       (void);
8
 
 
9
 
#endif /* __GNOME_THEME_DETAILS_H__ */