From 4750559548fd1a0fb73cb826fa818dfe1e4f6940 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 19 Aug 2014 09:52:41 -0400 Subject: [PATCH] libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.h The .h file should have the same name as the .c file. --- libnm/Makefile.am | 2 +- libnm/nm-active-connection.c | 2 +- libnm/nm-dbus-helpers.c | 2 +- libnm/{nm-dbus-helpers-private.h => nm-dbus-helpers.h} | 0 libnm/nm-device.c | 2 +- libnm/nm-object.c | 2 +- libnm/nm-remote-connection.c | 2 +- libnm/nm-remote-settings.c | 2 +- libnm/nm-secret-agent.c | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) rename libnm/{nm-dbus-helpers-private.h => nm-dbus-helpers.h} (100%) 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 #include #include -#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 similarity index 100% rename from libnm/nm-dbus-helpers-private.h rename to 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,