summaryrefslogtreecommitdiff
path: root/src/nautilus-pathbar.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-29 17:38:19 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-29 17:42:17 -0400
commite1ad3c05a6cd08c8cbf18ae53701dd742249d5fd (patch)
treefe24f3d90a92576c866e543d7a8c5699fb666f21 /src/nautilus-pathbar.h
parent6432c95e610ba67a56a4c664b002105fe0cc2186 (diff)
downloadnautilus-e1ad3c05a6cd08c8cbf18ae53701dd742249d5fd.tar.gz
pathbar: add a path-event signal
This will be useful to remove some hairy code from NautilusWindowPane
Diffstat (limited to 'src/nautilus-pathbar.h')
-rw-r--r--src/nautilus-pathbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nautilus-pathbar.h b/src/nautilus-pathbar.h
index 25ab5b7fd..1f182a2ad 100644
--- a/src/nautilus-pathbar.h
+++ b/src/nautilus-pathbar.h
@@ -50,6 +50,9 @@ struct _NautilusPathBarClass
GFile *location);
void (* path_set) (NautilusPathBar *path_bar,
GFile *location);
+ void (* path_event) (NautilusPathBar *path_bar,
+ GdkEventButton *event,
+ GFile *location);
};
GType nautilus_path_bar_get_type (void) G_GNUC_CONST;