summaryrefslogtreecommitdiff
path: root/libnm/nm-remote-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-20 12:42:59 -0400
committerDan Winship <danw@gnome.org>2014-08-07 15:43:43 -0400
commitd7e99f837537abc45b193d6748888f264e02d0b6 (patch)
tree924c6f99799e0821b2ca5b7a95e749ab064cfd42 /libnm/nm-remote-connection.h
parentc4a86eba52e4665159546293a5065bab12077b69 (diff)
downloadNetworkManager-d7e99f837537abc45b193d6748888f264e02d0b6.tar.gz
libnm: add NMRemoteConnection:visible property
Rather than having a private "visible" signal, have a public "visible" property.
Diffstat (limited to 'libnm/nm-remote-connection.h')
-rw-r--r--libnm/nm-remote-connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-remote-connection.h b/libnm/nm-remote-connection.h
index 23964a51b2..b50f2fa9b5 100644
--- a/libnm/nm-remote-connection.h
+++ b/libnm/nm-remote-connection.h
@@ -57,6 +57,7 @@ GQuark nm_remote_connection_error_quark (void);
/* Properties */
#define NM_REMOTE_CONNECTION_BUS "bus"
#define NM_REMOTE_CONNECTION_UNSAVED "unsaved"
+#define NM_REMOTE_CONNECTION_VISIBLE "visible"
/* Signals */
#define NM_REMOTE_CONNECTION_UPDATED "updated"
@@ -138,6 +139,8 @@ void nm_remote_connection_get_secrets (NMRemoteConnection *connection,
gboolean nm_remote_connection_get_unsaved (NMRemoteConnection *connection);
+gboolean nm_remote_connection_get_visible (NMRemoteConnection *connection);
+
G_END_DECLS
#endif /* __NM_REMOTE_CONNECTION__ */