Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
|
@ -250,7 +250,7 @@ class _TaskRunner(GObject.Object):
|
|||
task.run_in_thread(in_thread_exec)
|
||||
return task
|
||||
|
||||
def communicate_finish(self, result): # pylint: disable=no-self-use
|
||||
def communicate_finish(self, result):
|
||||
'''@brief Use this function in your callback (see @cb_function) to
|
||||
extract data from the result object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue