summaryrefslogtreecommitdiff
path: root/nautilus-widgets/nautilus-preferences-item.h
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-03-12 13:06:25 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-03-12 13:06:25 +0000
commit9e8ada1277206f2f1ca78e7212b39fd1ad721e07 (patch)
tree364e36fed32f23999465389641e532d6dd8801ac /nautilus-widgets/nautilus-preferences-item.h
parent3539ca758811297bf7f3c4399e59189829be9c17 (diff)
downloadnautilus-9e8ada1277206f2f1ca78e7212b39fd1ad721e07.tar.gz
Cleanup naming of everything to use "preferences" instead of
"prefs". Remove a bunch of unused includes. Use "Details" instead of "Private" for private structures.
Diffstat (limited to 'nautilus-widgets/nautilus-preferences-item.h')
-rw-r--r--nautilus-widgets/nautilus-preferences-item.h18
1 files changed, 5 insertions, 13 deletions
diff --git a/nautilus-widgets/nautilus-preferences-item.h b/nautilus-widgets/nautilus-preferences-item.h
index 4a9bb30a2..e6e52fdb0 100644
--- a/nautilus-widgets/nautilus-preferences-item.h
+++ b/nautilus-widgets/nautilus-preferences-item.h
@@ -44,8 +44,7 @@ typedef enum
{
NAUTILUS_PREFERENCES_ITEM_UNKNOWN,
NAUTILUS_PREFERENCES_ITEM_BOOL,
- NAUTILUS_PREFERENCES_ITEM_ENUM,
- NAUTILUS_PREFERENCES_ITEM_INT
+ NAUTILUS_PREFERENCES_ITEM_ENUM
} NautilusPreferencesItemType;
struct _NautilusPreferencesItem
@@ -60,19 +59,12 @@ struct _NautilusPreferencesItem
struct _NautilusPreferencesItemClass
{
GtkVBoxClass vbox_class;
-
-// void (*construct) (NautilusPreferencesItem *preferences_item,
-// const gchar * group_title,
-// GtkObject *prefs,
-// const gchar *pref_name);
-
-// void (*changed) (NautilusPreferencesItem *preferences_item);
};
-GtkType nautilus_preferences_item_get_type (void);
-GtkWidget* nautilus_preferences_item_new (GtkObject *prefs,
- const gchar *pref_name,
- NautilusPreferencesItemType item_type);
+GtkType nautilus_preferences_item_get_type (void);
+GtkWidget* nautilus_preferences_item_new (GtkObject *prefs,
+ const gchar *pref_name,
+ NautilusPreferencesItemType item_type);
BEGIN_GNOME_DECLS