remove GnomeThemeElement from the "public" API

2007-11-11  Jens Granseuer  <jensgr@gmx.net>

	* gnome-theme-info.c:
	* gnome-theme-info.h: remove GnomeThemeElement from the "public" API

svn path=/trunk/; revision=8277
This commit is contained in:
Jens Granseuer 2007-11-11 19:43:39 +00:00 committed by Jens Granseuer
parent 9e29ffc280
commit e1e7254db8
3 changed files with 11 additions and 7 deletions

View file

@ -40,6 +40,12 @@
*
*/
typedef enum {
GNOME_THEME_METACITY = 1 << 0,
GNOME_THEME_GTK_2 = 1 << 1,
GNOME_THEME_GTK_2_KEYBINDING = 1 << 2
} GnomeThemeElement;
typedef struct _ThemeCallbackData
{
ThemeChangedCallback func;