summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-20 10:08:18 -0400
committerDan Winship <danw@gnome.org>2014-09-04 18:19:22 -0400
commit9e5ddb58305c3f0b3041606e2a790b3cc75c92c4 (patch)
tree08d2a70319396fe04014e23b0ae70d3255e8c8a1 /.gitignore
parent89228569f89036a5f492611cbc6c602a903b6a4e (diff)
downloadNetworkManager-9e5ddb58305c3f0b3041606e2a790b3cc75c92c4.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index bd177a1f35..fb475a2b72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,15 +116,14 @@ valgrind-*.log
/docs/libnm/libnm.types
/docs/libnm/version.xml
-/examples/C/glib/add-connection-dbus-glib
+/examples/C/glib/add-connection-gdbus
/examples/C/glib/add-connection-libnm
-/examples/C/glib/get-active-connections-dbus-glib
+/examples/C/glib/get-active-connections-gdbus
/examples/C/glib/get-ap-info-libnm
-/examples/C/glib/list-connections-dbus-glib
+/examples/C/glib/list-connections-gdbus
/examples/C/glib/list-connections-libnm
-/examples/C/glib/monitor-nm-running-GDBus
-/examples/C/glib/monitor-nm-running-dbus-glib
-/examples/C/glib/monitor-nm-state-GDBus
+/examples/C/glib/monitor-nm-running-gdbus
+/examples/C/glib/monitor-nm-state-gdbus
/examples/C/qt/add-connection-wired
/examples/C/qt/list-connections
/examples/C/qt/change-ipv4-addresses