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...
12 lines
262 B
C
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__ */
|