summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-theme.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-03 05:00:29 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-03 05:00:29 +0000
commit109d5ae04a34033b402a042bc3a93b347386d9ca (patch)
tree95270a63edce34f6236a482b8df0e0a7686aef6d /libnautilus-extensions/nautilus-theme.h
parentd30c230b92f490366fa0c4fec12bd052a7120b39 (diff)
downloadnautilus-109d5ae04a34033b402a042bc3a93b347386d9ca.tar.gz
made sidebar tabs themable, and implemented Arlo style tabs, which are
made sidebar tabs themable, and implemented Arlo style tabs, which are finished yet.
Diffstat (limited to 'libnautilus-extensions/nautilus-theme.h')
-rw-r--r--libnautilus-extensions/nautilus-theme.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libnautilus-extensions/nautilus-theme.h b/libnautilus-extensions/nautilus-theme.h
index e1ec3ea85..a4675ee84 100644
--- a/libnautilus-extensions/nautilus-theme.h
+++ b/libnautilus-extensions/nautilus-theme.h
@@ -33,7 +33,8 @@ char *nautilus_theme_get_theme(void);
void nautilus_theme_set_theme(const char *new_theme);
/* fetch data from the current theme */
-char *nautilus_theme_get_theme_data(const char *resource_name, const char *property_name);
-
+char *nautilus_theme_get_theme_data (const char *resource_name, const char *property_name);
+/* given the current theme, get the path name of an image with the passed-in name */
+char *nautilus_theme_get_image_path (const char *image_name);
#endif /* NAUTILUS_THEME_H */