NetworkManager/examples/python
Thomas Haller 9511ac7d20
examples: fix tracking destruction in destroy_nmc()
While iterating the context (once), multiple sources can be dispatched.
So if we get a timeout and shortly after the weak-ref callback, then
we still need to honor the weak-ref.

In particular, because weak_ref.unref() is not safe to do after
the object was already destroyed. So we need to be correct about
tracking destruction.
2022-07-13 10:05:12 +02:00
..
dbus feat: add example for wifi sae connection 2022-06-16 09:40:55 +02:00
gi examples: fix tracking destruction in destroy_nmc() 2022-07-13 10:05:12 +02:00
python-networkmanager build: merge "examples/Makefile.am" into toplevel Makefile 2016-10-21 17:37:57 +02:00