From 0fdd71fe6ece66a801f5ff66e0d26b7d26953c14 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 13 Aug 2014 15:00:41 -0400 Subject: libnm: make NMRemoteConnection an NMObject --- libnm/nm-remote-connection.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libnm/nm-remote-connection.h') 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 can be included directly." #endif -#include -#include - #include +#include 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]; -- cgit v1.2.1