Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
NetworkManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NetworkManager
NetworkManager
Commits
47505595
Commit
47505595
authored
Aug 19, 2014
by
Dan Winship
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.h
The .h file should have the same name as the .c file.
parent
acf4b5a5
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
8 deletions
+8
-8
libnm/Makefile.am
libnm/Makefile.am
+1
-1
libnm/nm-active-connection.c
libnm/nm-active-connection.c
+1
-1
libnm/nm-dbus-helpers.c
libnm/nm-dbus-helpers.c
+1
-1
libnm/nm-dbus-helpers.h
libnm/nm-dbus-helpers.h
+0
-0
libnm/nm-device.c
libnm/nm-device.c
+1
-1
libnm/nm-object.c
libnm/nm-object.c
+1
-1
libnm/nm-remote-connection.c
libnm/nm-remote-connection.c
+1
-1
libnm/nm-remote-settings.c
libnm/nm-remote-settings.c
+1
-1
libnm/nm-secret-agent.c
libnm/nm-secret-agent.c
+1
-1
No files found.
libnm/Makefile.am
View file @
47505595
...
...
@@ -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
\
...
...
libnm/nm-active-connection.c
View file @
47505595
...
...
@@ -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
);
...
...
libnm/nm-dbus-helpers.c
View file @
47505595
...
...
@@ -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
;
...
...
libnm/nm-dbus-helpers
-private
.h
→
libnm/nm-dbus-helpers.h
View file @
47505595
File moved
libnm/nm-device.c
View file @
47505595
...
...
@@ -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
);
...
...
libnm/nm-object.c
View file @
47505595
...
...
@@ -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__ ); }
...
...
libnm/nm-remote-connection.c
View file @
47505595
...
...
@@ -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
);
...
...
libnm/nm-remote-settings.c
View file @
47505595
...
...
@@ -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"
...
...
libnm/nm-secret-agent.c
View file @
47505595
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment