Add Adw.Breakpoint custom syntax

This commit is contained in:
James Westman 2023-04-25 19:43:22 -05:00
parent aafebf0dfb
commit 8fcd08c835
12 changed files with 264 additions and 11 deletions

View file

@ -28,6 +28,7 @@ from .gobject_object import Object
@dataclass
class ValueTypeCtx:
value_type: T.Optional[GirType]
allow_null: bool = False
@dataclass