NetworkManager/examples/C/glib
Dan Winship 9e5ddb5830 examples: port dbus-glib-based examples to gdbus
Port the dbus-glib-based examples to GDBus.

Also, don't use libnm in them at all; there's not much point in
examples that use the D-Bus API directly if they're just going to fall
back to libnm for the hard stuff... (And also, this avoids the problem
that GDBus uses GVariant, while the libnm-core APIs currently still
use GHashTables.)

Also fix up some comment grammar and copyright style, and add emacs
modelines where missing.

Also rename the existing GDBus-based examples to have names ending in
"-gdbus", not "-GDBus", since there's no reason to gratuitously
capitalize here.
2014-09-04 18:19:22 -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 examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -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 examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -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 examples: port dbus-glib-based examples to gdbus 2014-09-04 18:19:22 -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