mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
api: add function "hdata_longlong" (issue #2081)
This commit is contained in:
@@ -2701,6 +2701,16 @@ def hdata_long(hdata: str, pointer: str, name: str) -> int:
|
||||
...
|
||||
|
||||
|
||||
def hdata_longlong(hdata: str, pointer: str, name: str) -> int:
|
||||
"""`hdata_longlong in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_longlong>`_
|
||||
::
|
||||
|
||||
# example
|
||||
weechat.prnt("", "longlongvar = %d" % weechat.hdata_longlong(hdata, pointer, "longlongvar"))
|
||||
"""
|
||||
...
|
||||
|
||||
|
||||
def hdata_string(hdata: str, pointer: str, name: str) -> str:
|
||||
"""`hdata_string in WeeChat plugin API reference <https://weechat.org/doc/weechat/api/#_hdata_string>`_
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user