mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 14:00:05 +01:00
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. |
||
|---|---|---|
| .. | ||
| add_connection.py | ||
| checkpoint.py | ||
| deactivate-all.py | ||
| device-state-ip4config.py | ||
| dns.py | ||
| firewall-zone.py | ||
| get-active-connections.py | ||
| get-devices.py | ||
| get-interface-flags.py | ||
| get-lldp-neighbors.py | ||
| get_ips.py | ||
| gmaincontext.py | ||
| list-connections.py | ||
| nm-add-connection2.py | ||
| nm-connection-update-stable-id.py | ||
| nm-keyfile.py | ||
| nm-up-many.py | ||
| nm-update2.py | ||
| nm-wg-set | ||
| ovs-external-ids.py | ||
| README | ||
| setting-user-data.py | ||
| show-wifi-networks.py | ||
| update-ip4-method.py | ||
| vpn-import.py | ||
| wifi-p2p.py | ||
These examples show how to call libnm from Python using GObject introspection.