diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-19 06:11:08 +0000 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-19 06:11:08 +0000 |
commit | 66985d6b535635963d36372aa32e84f9d95fe566 (patch) | |
tree | faf5c71381d0404430556cac09915d51912c89f0 /libnautilus | |
parent | 62ce8b92d1bcaa32542821777d7e593501358eba (diff) | |
download | nautilus-66985d6b535635963d36372aa32e84f9d95fe566.tar.gz |
forgot this file in my last commit.
Diffstat (limited to 'libnautilus')
-rw-r--r-- | libnautilus/nautilus-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus/nautilus-view.h b/libnautilus/nautilus-view.h index 797a7f914..68dc13d39 100644 --- a/libnautilus/nautilus-view.h +++ b/libnautilus/nautilus-view.h @@ -58,6 +58,7 @@ typedef struct { void (*stop_loading) (NautilusView *view); void (*selection_changed) (NautilusView *view, GList *selection); /* list of URI char *s */ + void (*title_changed) (NautilusView *view); } NautilusViewClass; GtkType nautilus_view_get_type (void); |