about summary refs log tree commit diff
path: root/src/nm-auth-manager.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:47 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:47 +0100
commitbed53db3e064450b56e23ec654f40a3bafe58815 (patch)
tree314508d6c904b1224dab2070e0cfdd5a02d7dd89 /src/nm-auth-manager.h
parent7135a6e87c938139e3a5db121d62dcaa783345d1 (diff)
parent58f8be580039b0575b197b9573a1c92745d96d30 (diff)
Merge tag 'upstream/1.5.90' into experimental
Upstream version 1.5.90
Diffstat (limited to 'src/nm-auth-manager.h')
-rw-r--r--src/nm-auth-manager.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/nm-auth-manager.h b/src/nm-auth-manager.h
index 9251b334..e66ef78c 100644
--- a/src/nm-auth-manager.h
+++ b/src/nm-auth-manager.h
@@ -30,18 +30,12 @@
 #define NM_IS_AUTH_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),  NM_TYPE_AUTH_MANAGER))
 #define NM_AUTH_MANAGER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  NM_TYPE_AUTH_MANAGER, NMAuthManagerClass))
 
-
 #define NM_AUTH_MANAGER_POLKIT_ENABLED "polkit-enabled"
 
 #define NM_AUTH_MANAGER_SIGNAL_CHANGED "changed"
 
-typedef struct {
-	GObject parent;
-} NMAuthManager;
-
-typedef struct {
-	GObjectClass parent;
-} NMAuthManagerClass;
+typedef struct _NMAuthManager NMAuthManager;
+typedef struct _NMAuthManagerClass NMAuthManagerClass;
 
 GType nm_auth_manager_get_type (void);
 
@@ -68,4 +62,3 @@ gboolean nm_auth_manager_polkit_authority_check_authorization_finish (NMAuthMana
 #endif
 
 #endif /* NM_AUTH_MANAGER_H */
-