diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-23 21:16:22 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-04-24 11:48:21 -0400 |
commit | 76a41d069b2c260f2b0cf9bc6bfe0f60ae574010 (patch) | |
tree | 57f8dab567e7aed318a923cb9231ff859eda7688 /src/nautilus-window.h | |
parent | 346bc714c8b289b9babf7f6a2bfbd03edc7ce000 (diff) | |
download | nautilus-76a41d069b2c260f2b0cf9bc6bfe0f60ae574010.tar.gz |
application: implement app menu actions
https://bugzilla.gnome.org/show_bug.cgi?id=674532
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r-- | src/nautilus-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h index ce6023b8d..a65fdf058 100644 --- a/src/nautilus-window.h +++ b/src/nautilus-window.h @@ -150,5 +150,6 @@ gboolean nautilus_window_disable_chrome_mapping (GValue *value, gpointer user_data); NautilusWindowOpenFlags nautilus_event_get_window_open_flags (void); +void nautilus_window_show_about_dialog (NautilusWindow *window); #endif |