gnome-control-center/capplets/theme-switcher/gnome-theme-details.h
Jonathan Blandford e962ae036e shut up, CVS
Tue Dec  3 00:40:13 2002  Jonathan Blandford  <jrb@gnome.org>

	* .cvsignore: shut up, CVS

	* Makefile.am: build new objects

	* gnome-theme-details.[ch]: New file to encapsulate the details
	dialog.

	* gnome-theme-manager.c: Restructure code.  Less love, more work.
	Prolly an improvement.
2002-12-03 16:16:45 +00:00

9 lines
337 B
C

#ifndef __GNOME_THEME_DETAILS_H__
#define __GNOME_THEME_DETAILS_H__
void gnome_theme_details_init (void);
void gnome_theme_details_show (void);
void gnome_theme_details_reread_themes_from_disk (void);
void gnome_theme_details_update_from_gconf (void);
#endif /* __GNOME_THEME_DETAILS_H__ */