gnome-control-center/capplets/theme-switcher/gnome-theme-save.h
Jonathan Blandford a5d6209b4f Add saving support. Almost to a working point w/ this capplet...
Tue Dec  3 20:45:17 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-save.c: Add saving support.  Almost to a working
	point w/ this capplet...
2002-12-04 01:42:45 +00:00

12 lines
262 B
C

#ifndef __GNOME_THEME_SAVE_H__
#define __GNOME_THEME_SAVE_H__
#include <gtk/gtk.h>
#include "gnome-theme-info.h"
void gnome_theme_save_show_dialog (GtkWidget *parent,
GnomeThemeMetaInfo *meta_theme_info);
#endif /* __GNOME_THEME_SAVE_H__ */