summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-13 15:00:41 -0400
committerDan Winship <danw@gnome.org>2014-08-16 10:17:53 -0400
commit0fdd71fe6ece66a801f5ff66e0d26b7d26953c14 (patch)
tree02931115990b52802569ec94652ad6f7c486557a /libnm/nm-remote-connection.h
parente1ba13a426bf6fc34043822d772384559b0831cb (diff)
downloadNetworkManager-0fdd71fe6ece66a801f5ff66e0d26b7d26953c14.tar.gz
libnm: make NMRemoteConnection an NMObject
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];