diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-29 17:38:19 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-29 17:42:17 -0400 |
commit | e1ad3c05a6cd08c8cbf18ae53701dd742249d5fd (patch) | |
tree | fe24f3d90a92576c866e543d7a8c5699fb666f21 /src/nautilus-pathbar.h | |
parent | 6432c95e610ba67a56a4c664b002105fe0cc2186 (diff) | |
download | nautilus-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.h | 3 |
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; |