summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-ethernet.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-01-09 11:15:59 -0500
committerDan Williams <dcbw@redhat.com>2012-02-02 12:30:44 -0600
commit8ad3ff24ad2e2e2879cd1694be89f939791db1bb (patch)
tree8a439d16b0aef3e14f528a071bafdaf2d00eeb67 /libnm-glib/nm-device-ethernet.c
parentba4731dafdeff746add3746c919fef835371a9e0 (diff)
downloadNetworkManager-8ad3ff24ad2e2e2879cd1694be89f939791db1bb.tar.gz
libnm-glib: don't use client-side generated dbus-glib bindings
Most of the code was using dbus_g_proxy_call() directly, but there were some leftover uses of the generated bindings. Make things more consistent by using dbus_g_proxy_call() everywhere, and stop building the -bindings.h files.
Diffstat (limited to 'libnm-glib/nm-device-ethernet.c')
-rw-r--r--libnm-glib/nm-device-ethernet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-glib/nm-device-ethernet.c b/libnm-glib/nm-device-ethernet.c
index 580132132a..912ba6a122 100644
--- a/libnm-glib/nm-device-ethernet.c
+++ b/libnm-glib/nm-device-ethernet.c
@@ -33,8 +33,6 @@
#include "nm-device-private.h"
#include "nm-object-private.h"
-#include "nm-device-ethernet-bindings.h"
-
G_DEFINE_TYPE (NMDeviceEthernet, nm_device_ethernet, NM_TYPE_DEVICE)
#define NM_DEVICE_ETHERNET_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_DEVICE_ETHERNET, NMDeviceEthernetPrivate))