diff options
Diffstat (limited to 'src/caja-window-slot.h')
-rw-r--r-- | src/caja-window-slot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-window-slot.h b/src/caja-window-slot.h index e0e93db9..ea858166 100644 --- a/src/caja-window-slot.h +++ b/src/caja-window-slot.h @@ -109,6 +109,8 @@ struct CajaWindowSlot GCancellable *mount_cancellable; GError *mount_error; gboolean tried_mount; + CajaWindowGoToCallback open_callback; + gpointer open_callback_user_data; GCancellable *find_mount_cancellable; |