summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-remote-connection.h')
-rw-r--r--libnm/nm-remote-connection.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/libnm/nm-remote-connection.h b/libnm/nm-remote-connection.h
index 01db85c363..d5668298a7 100644
--- a/libnm/nm-remote-connection.h
+++ b/libnm/nm-remote-connection.h
@@ -26,10 +26,8 @@
#error "Only <NetworkManager.h> can be included directly."
#endif
-#include <glib-object.h>
-#include <dbus/dbus-glib.h>
-
#include <nm-connection.h>
+#include <nm-object.h>
G_BEGIN_DECLS
@@ -61,11 +59,11 @@ GQuark nm_remote_connection_error_quark (void);
#define NM_REMOTE_CONNECTION_VISIBLE "visible"
typedef struct {
- GObject parent;
+ NMObject parent;
} NMRemoteConnection;
typedef struct {
- GObjectClass parent_class;
+ NMObjectClass parent_class;
/*< private >*/
gpointer padding[8];