libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.h

The .h file should have the same name as the .c file.
This commit is contained in:
Dan Winship 2014-08-19 09:52:41 -04:00
parent acf4b5a572
commit 4750559548
9 changed files with 8 additions and 8 deletions

View file

@ -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 \

View file

@ -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);

View file

@ -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;

View file

@ -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);

View file

@ -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__ ); }

View file

@ -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);

View file

@ -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"

View file

@ -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,