summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
Diffstat (limited to 'libnm')
-rw-r--r--libnm/Makefile.am2
-rw-r--r--libnm/nm-active-connection.c2
-rw-r--r--libnm/nm-dbus-helpers.c2
-rw-r--r--libnm/nm-dbus-helpers.h (renamed from libnm/nm-dbus-helpers-private.h)0
-rw-r--r--libnm/nm-device.c2
-rw-r--r--libnm/nm-object.c2
-rw-r--r--libnm/nm-remote-connection.c2
-rw-r--r--libnm/nm-remote-settings.c2
-rw-r--r--libnm/nm-secret-agent.c2
9 files changed, 8 insertions, 8 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index 2870c4fdfe..ad142a2a56 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -59,7 +59,7 @@ libnminclude_HEADERS = \
nm-wimax-nsp.h
libnm_la_private_headers = \
- nm-dbus-helpers-private.h \
+ nm-dbus-helpers.h \
nm-device-private.h \
nm-object-cache.h \
nm-object-private.h \
diff --git a/libnm/nm-active-connection.c b/libnm/nm-active-connection.c
index 8e94f954dd..7a1266740f 100644
--- a/libnm/nm-active-connection.c
+++ b/libnm/nm-active-connection.c
@@ -30,7 +30,7 @@
#include "nm-connection.h"
#include "nm-vpn-connection.h"
#include "nm-glib-compat.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
static GType _nm_active_connection_decide_type (GValue *value);
diff --git a/libnm/nm-dbus-helpers.c b/libnm/nm-dbus-helpers.c
index 18e6339ed4..4329adfb96 100644
--- a/libnm/nm-dbus-helpers.c
+++ b/libnm/nm-dbus-helpers.c
@@ -23,7 +23,7 @@
#include <gio/gio.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib-lowlevel.h>
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
#include "nm-dbus-interface.h"
static dbus_int32_t priv_slot = -1;
diff --git a/libnm/nm-dbus-helpers-private.h b/libnm/nm-dbus-helpers.h
index 9f1285316f..9f1285316f 100644
--- a/libnm/nm-dbus-helpers-private.h
+++ b/libnm/nm-dbus-helpers.h
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index f5cd053268..06054991f2 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -47,7 +47,7 @@
#include "nm-dbus-glib-types.h"
#include "nm-glib-compat.h"
#include "nm-utils.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
static GType _nm_device_decide_type (GValue *value);
gboolean connection_compatible (NMDevice *device, NMConnection *connection, GError **error);
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 89cc88f26e..2ccd75aa09 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -31,7 +31,7 @@
#include "nm-object-private.h"
#include "nm-dbus-glib-types.h"
#include "nm-glib-compat.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
static gboolean debug = FALSE;
#define dbgmsg(f,...) if (G_UNLIKELY (debug)) { g_message (f, ## __VA_ARGS__ ); }
diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c
index 7c78ef01ed..08e61c93bd 100644
--- a/libnm/nm-remote-connection.c
+++ b/libnm/nm-remote-connection.c
@@ -31,7 +31,7 @@
#include "nm-object-private.h"
#include "nm-dbus-glib-types.h"
#include "nm-glib-compat.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
static void nm_remote_connection_connection_iface_init (NMConnectionInterface *iface);
static void nm_remote_connection_initable_iface_init (GInitableIface *iface);
diff --git a/libnm/nm-remote-settings.c b/libnm/nm-remote-settings.c
index 371b8f20b4..7cf2c85743 100644
--- a/libnm/nm-remote-settings.c
+++ b/libnm/nm-remote-settings.c
@@ -27,7 +27,7 @@
#include "nm-remote-settings.h"
#include "nm-remote-connection-private.h"
#include "nm-object-private.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
#include "nm-glib-compat.h"
#include "nm-object-private.h"
#include "nm-core-internal.h"
diff --git a/libnm/nm-secret-agent.c b/libnm/nm-secret-agent.c
index e928c0fd21..ef204eb655 100644
--- a/libnm/nm-secret-agent.c
+++ b/libnm/nm-secret-agent.c
@@ -26,7 +26,7 @@
#include "nm-dbus-interface.h"
#include "nm-secret-agent.h"
#include "nm-enum-types.h"
-#include "nm-dbus-helpers-private.h"
+#include "nm-dbus-helpers.h"
#include "nm-simple-connection.h"
static void impl_secret_agent_get_secrets (NMSecretAgent *self,