diff options
| author | Michael Biebl <biebl@debian.org> | 2020-10-05 22:27:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-10-05 22:27:18 +0200 |
| commit | aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e (patch) | |
| tree | a2a9bb4d007339a0b1304540388230ccedac32bd /libnm/nm-dbus-helpers.h | |
| parent | e7b44ef4c80907346ec7492a09c45277459924fc (diff) | |
New upstream version 1.27.90 upstream/1.27.90
Diffstat (limited to 'libnm/nm-dbus-helpers.h')
| -rw-r--r-- | libnm/nm-dbus-helpers.h | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/libnm/nm-dbus-helpers.h b/libnm/nm-dbus-helpers.h index f83f2b0d..a918d22f 100644 --- a/libnm/nm-dbus-helpers.h +++ b/libnm/nm-dbus-helpers.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1+ +/* SPDX-License-Identifier: LGPL-2.1+ */ /* * Copyright (C) 2013 Red Hat, Inc. */ @@ -6,21 +6,18 @@ #ifndef __NM_DBUS_HELPERS_PRIVATE_H__ #define __NM_DBUS_HELPERS_PRIVATE_H__ -#if !((NETWORKMANAGER_COMPILATION) & NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE) -#error Cannot use this header. +#if !((NETWORKMANAGER_COMPILATION) &NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE) + #error Cannot use this header. #endif #include "nm-std-aux/nm-dbus-compat.h" -#define NM_DBUS_DEFAULT_TIMEOUT_MSEC 25000 +#define NM_DBUS_DEFAULT_TIMEOUT_MSEC 25000 -GBusType _nm_dbus_bus_type (void); +GBusType _nm_dbus_bus_type(void); -void _nm_dbus_bind_properties (gpointer object, - gpointer skeleton); +void _nm_dbus_bind_properties(gpointer object, gpointer skeleton); -void _nm_dbus_bind_methods (gpointer object, - gpointer skeleton, - ...) G_GNUC_NULL_TERMINATED; +void _nm_dbus_bind_methods(gpointer object, gpointer skeleton, ...) G_GNUC_NULL_TERMINATED; #endif /* __NM_DBUS_HELPERS_PRIVATE_H__ */ |