summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-view-factory.h
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-07-20 14:58:18 +0800
committerraveit65 <[email protected]>2022-07-20 21:40:42 +0200
commit958b4fa7f6f460121dc1a5eff5ce0a353188333b (patch)
tree32546bd679ee02961bcc21cc4bd38171119c7e34 /libcaja-private/caja-view-factory.h
parent989f2dc1964f011d7f6ebd037afe4fd3d48e8eba (diff)
downloadcaja-958b4fa7f6f460121dc1a5eff5ce0a353188333b.tar.bz2
caja-958b4fa7f6f460121dc1a5eff5ce0a353188333b.tar.xz
Set FmWidgetView is single view.
Diffstat (limited to 'libcaja-private/caja-view-factory.h')
-rw-r--r--libcaja-private/caja-view-factory.h1
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,