NetworkManager/examples/C/glib
Dan Winship 2237ea3ddb libnm: make sync/async APIs more GLib-like
Make synchronous APIs take GCancellables, and make asynchronous APIs
use GAsyncReadyCallbacks and have names ending in "_async", with
"_finish" functions to retrieve the results.

Also, make nm_client_activate_connection_finish(),
nm_client_add_and_activate_finish(), and
nm_remote_settings_add_connection_finish() be (transfer full) rather
than (transfer none), because the refcounting semantics become
slightly confusing in some edge cases otherwise.
2014-09-25 09:29:20 -04:00
..
add-connection-gdbus.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00
add-connection-libnm.c libnm: make sync/async APIs more GLib-like 2014-09-25 09:29:20 -04:00
get-active-connections-gdbus.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00
get-ap-info-libnm.c tui,examples: accept null SSID gracefully 2014-09-19 09:07:16 -04:00
list-connections-gdbus.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00
list-connections-libnm.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00
Makefile.am libnm: port to GDBus 2014-09-18 11:51:09 -04:00
monitor-nm-running-gdbus.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00
monitor-nm-state-gdbus.c examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -04:00