mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
Remove old shared stuff that isn't implemented
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
d001936125
commit
40ea311602
1 changed files with 0 additions and 4 deletions
|
|
@ -19,8 +19,6 @@ G_BEGIN_DECLS
|
|||
#define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name"
|
||||
#define NM_ACTIVE_CONNECTION_CONNECTION "connection"
|
||||
#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object"
|
||||
#define NM_ACTIVE_CONNECTION_SHARED_SERVICE_NAME "shared-service-name"
|
||||
#define NM_ACTIVE_CONNECTION_SHARED_CONNECTION "shared-connection"
|
||||
#define NM_ACTIVE_CONNECTION_DEVICES "devices"
|
||||
#define NM_ACTIVE_CONNECTION_STATE "state"
|
||||
#define NM_ACTIVE_CONNECTION_DEFAULT "default"
|
||||
|
|
@ -41,8 +39,6 @@ const char * nm_active_connection_get_service_name (NMActiveConnection *c
|
|||
NMConnectionScope nm_active_connection_get_scope (NMActiveConnection *connection);
|
||||
const char * nm_active_connection_get_connection (NMActiveConnection *connection);
|
||||
const char * nm_active_connection_get_specific_object (NMActiveConnection *connection);
|
||||
const char * nm_active_connection_get_shared_service_name (NMActiveConnection *connection);
|
||||
const char * nm_active_connection_get_shared_connection (NMActiveConnection *connection);
|
||||
const GPtrArray *nm_active_connection_get_devices (NMActiveConnection *connection);
|
||||
NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *connection);
|
||||
gboolean nm_active_connection_get_default (NMActiveConnection *connection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue