diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-05-30 10:37:09 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-05-30 10:37:09 +0000 |
commit | 009a53f0e6c999b73cb29d1d8772ec122fbb58f6 (patch) | |
tree | a3d7af1bfde1e6e96b27e7cc7eb01cf9cc40fcc3 /libnautilus-private/nautilus-preferences.h | |
parent | 4a563ae076ee38398ab736a6d817d3ce0c4b1ce0 (diff) | |
download | nautilus-009a53f0e6c999b73cb29d1d8772ec122fbb58f6.tar.gz |
Rename (nautilus_preferences_find_preference) to
* nautilus-widgets/nautilus-preferences-group.c:
(nautilus_preferences_group_add_item):
* nautilus-widgets/nautilus-preferences-item.c:
(preferences_item_construct), (enum_radio_group_changed_callback):
* nautilus-widgets/nautilus-preferences.c:
(nautilus_preferences_find_preference):
* nautilus-widgets/nautilus-preferences.h:
Rename (nautilus_preferences_find_preference) to
(nautilus_preferences_find_preference) to avoid confusion with a
function ill add next.
Diffstat (limited to 'libnautilus-private/nautilus-preferences.h')
-rw-r--r-- | libnautilus-private/nautilus-preferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-preferences.h b/libnautilus-private/nautilus-preferences.h index 6438f3aed..390956e88 100644 --- a/libnautilus-private/nautilus-preferences.h +++ b/libnautilus-private/nautilus-preferences.h @@ -38,7 +38,7 @@ BEGIN_GNOME_DECLS */ typedef void (*NautilusPreferencesCallback) (gpointer callback_data); -NautilusPreference *nautilus_preferences_get_preference (const char *name); +NautilusPreference *nautilus_preferences_find_preference (const char *name); void nautilus_preferences_set_info (const char *name, const char *description, NautilusPreferenceType type, |