[gnome-builder] workbench: add gtk-doc for workbench flags
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] workbench: add gtk-doc for workbench flags
- Date: Wed, 25 Oct 2017 22:44:37 +0000 (UTC)
commit 2a25bd1801ab70cb3764bb1b49a1eb8b02f24200
Author: Christian Hergert <chergert redhat com>
Date: Wed Oct 25 15:33:58 2017 -0700
workbench: add gtk-doc for workbench flags
src/libide/workbench/ide-workbench.h | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/src/libide/workbench/ide-workbench.h b/src/libide/workbench/ide-workbench.h
index b2f6984..d83c42e 100644
--- a/src/libide/workbench/ide-workbench.h
+++ b/src/libide/workbench/ide-workbench.h
@@ -29,6 +29,21 @@
G_BEGIN_DECLS
+/**
+ * IdeWorkbenchOpenFlags:
+ * @IDE_WORKBENCH_OPEN_FLAGS_NONE: No special processing will be performed
+ * @IDE_WORKBENCH_OPEN_FLAGS_BACKGROUND: Open the document in the background (behind current view)
+ * @IDE_WORKBENCH_OPEN_FLAGS_NO_VIEW: Open the document but do not create a new view for it
+ *
+ * The #IdeWorkbenchOpenFlags enumeration is used to specify how a
+ * document should be opened by the workbench. Plugins may want to
+ * have a bit of control over where the document is opened, and this
+ * provides a some control over that.
+ *
+ * The @IDE_WORKBENCH_OPEN_FLAGS_NO_VIEW enum value was added in 3.26
+ *
+ * Since: 3.24
+ */
typedef enum
{
IDE_WORKBENCH_OPEN_FLAGS_NONE = 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]