Skip to content

Commit

Permalink
typing: Gtk4: Makes Child Template type generic (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
souzomain authored May 21, 2024
1 parent c2f2bf2 commit ece8289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gi-stubs/repository/_Gtk4.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29093,7 +29093,8 @@ class Template:
def __init__(self, name: str = ...) -> None: ...
def __call__(self, func: Callable[..., Any]) -> Any: ...

class Child: ...
@classmethod
def Child() -> Any: ...

class Text(Widget, Accessible, AccessibleText, Buildable, ConstraintTarget, Editable):
"""
Expand Down

0 comments on commit ece8289

Please sign in to comment.