Skip to content

Commit

Permalink
typing: Gtk3: Improve hints
Browse files Browse the repository at this point in the history
  • Loading branch information
buzz authored and lovetox committed Feb 13, 2024
1 parent 014b014 commit 43e1a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gi-stubs/repository/_Gtk3.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -63685,6 +63685,8 @@ class TreeModel(GObject.GInterface):
self, item: Union[TreeIter, TreePath, str, int]
) -> TreeModelRow: ...
def __delitem__(self, item: Union[TreeIter, TreePath, str, int]) -> None: ...
def __iter__(self) -> TreeModelRowIter: ...
def __len__(self) -> int: ...

class TreeModelFilter(GObject.Object, TreeDragSource, TreeModel):
"""
Expand Down

0 comments on commit 43e1a8b

Please sign in to comment.