diff options
Diffstat (limited to 'libcaja-private/caja-view-factory.h')
-rw-r--r-- | libcaja-private/caja-view-factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/caja-view-factory.h b/libcaja-private/caja-view-factory.h index 294c2245..65d9124c 100644 --- a/libcaja-private/caja-view-factory.h +++ b/libcaja-private/caja-view-factory.h @@ -46,6 +46,7 @@ extern "C" { char *error_label; /* The foo view encountered an error. */ char *startup_error_label; /* The foo view encountered an error while starting up. */ char *display_location_label; /* Display this location with the foo view. */ + gboolean single_view; CajaView * (*create) (CajaWindowSlotInfo *slot); /* MATECOMPONENTTODO: More args here */ gboolean (*supports_uri) (const char *uri, |