Skip to content

Commit

Permalink
Stubs: Add missing methods on GObject
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Mar 26, 2023
1 parent 994edb8 commit 03eed2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/gi/repository/GObject.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,14 @@ class Object():

def handler_block(self, handler_id: builtins.int) -> None: ...

def handler_block_by_func(self, handlerr: function) -> None: ...

def handler_is_connected(self, handler_id: int) -> bool: ...

def handler_unblock(self, handler_id: builtins.int) -> None: ...

def handler_unblock_by_func(self, handler: function) -> None: ...

@staticmethod
def interface_find_property(g_iface: TypeInterface, property_name: builtins.str) -> ParamSpec: ...

Expand Down

0 comments on commit 03eed2f

Please sign in to comment.