mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add GtkFileFilter properties
This commit is contained in:
parent
b776163cd7
commit
ebfa72d94f
13 changed files with 141 additions and 39 deletions
|
@ -91,7 +91,7 @@ class Completion:
|
|||
"documentation": {
|
||||
"kind": "markdown",
|
||||
"value": self.docs,
|
||||
},
|
||||
} if self.docs else None,
|
||||
"deprecated": self.deprecated,
|
||||
"insertText": insert_text,
|
||||
"insertTextFormat": insert_text_format,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue