[gnome-builder/wip/gtk4-port] libide/editor: register workspace type at startup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/editor: register workspace type at startup
- Date: Fri, 22 Apr 2022 23:18:53 +0000 (UTC)
commit 16942e85b4556cfa05262816a5b2b4c4b9afa97f
Author: Christian Hergert <chergert redhat com>
Date: Fri Apr 22 16:12:49 2022 -0700
libide/editor: register workspace type at startup
src/libide/editor/ide-editor-init.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/libide/editor/ide-editor-init.c b/src/libide/editor/ide-editor-init.c
index 78ce52a2f..53006395a 100644
--- a/src/libide/editor/ide-editor-init.c
+++ b/src/libide/editor/ide-editor-init.c
@@ -24,9 +24,11 @@
#include "ide-editor-page.h"
#include "ide-editor-private.h"
+#include "ide-editor-workspace.h"
void
_ide_editor_init (void)
{
g_type_ensure (IDE_TYPE_EDITOR_PAGE);
+ g_type_ensure (IDE_TYPE_EDITOR_WORKSPACE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]