Removed lockdown support (tied with MATE)

This commit is contained in:
Clement Lefebvre
2016-01-25 16:47:40 +00:00
parent f8e40ce128
commit 8da17d74e8
11 changed files with 47 additions and 342 deletions

View File

@@ -79,19 +79,6 @@
;; Enumerations and flags ...
(define-flags LockdownMask
(in-module "Xedit")
(c-name "XeditLockdownMask")
(gtype-id "XEDIT_TYPE_LOCKDOWN_MASK")
(values
'("command-line" "XEDIT_LOCKDOWN_COMMAND_LINE")
'("printing" "XEDIT_LOCKDOWN_PRINTING")
'("print-setup" "XEDIT_LOCKDOWN_PRINT_SETUP")
'("save-to-disk" "XEDIT_LOCKDOWN_SAVE_TO_DISK")
'("all" "XEDIT_LOCKDOWN_ALL")
)
)
(define-flags SearchFlags
(in-module "Xedit")
(c-name "XeditSearchFlags")
@@ -223,12 +210,6 @@
(return-type "GList*")
)
(define-method get_lockdown
(of-object "XeditApp")
(c-name "xedit_app_get_lockdown")
(return-type "XeditLockdownMask")
)
;; From ../../xedit/xedit-document.h