libnm: backport autoconnect-slaves symbols to libnm_1_0_4
https://bugzilla.gnome.org/show_bug.cgi?id=751535
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
#include "nm-setting-bridge.h"
|
#include "nm-setting-bridge.h"
|
||||||
#include "nm-setting-team.h"
|
#include "nm-setting-team.h"
|
||||||
#include "nm-setting-vlan.h"
|
#include "nm-setting-vlan.h"
|
||||||
|
#include "nm-macros-internal.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:nm-setting-connection
|
* SECTION:nm-setting-connection
|
||||||
@@ -625,6 +626,9 @@ nm_setting_connection_get_autoconnect_slaves (NMSettingConnection *setting)
|
|||||||
|
|
||||||
return NM_SETTING_CONNECTION_GET_PRIVATE (setting)->autoconnect_slaves;
|
return NM_SETTING_CONNECTION_GET_PRIVATE (setting)->autoconnect_slaves;
|
||||||
}
|
}
|
||||||
|
NM_BACKPORT_SYMBOL (libnm_1_0_4, NMSettingConnectionAutoconnectSlaves, nm_setting_connection_get_autoconnect_slaves, (NMSettingConnection *setting), (setting));
|
||||||
|
|
||||||
|
NM_BACKPORT_SYMBOL (libnm_1_0_4, GType, nm_setting_connection_autoconnect_slaves_get_type, (void), ());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nm_setting_connection_get_num_secondaries:
|
* nm_setting_connection_get_num_secondaries:
|
||||||
|
@@ -845,6 +845,11 @@ local:
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libnm_1_0_4 {
|
||||||
|
#nm_setting_connection_autoconnect_slaves_get_type@libnm_1_0_4;
|
||||||
|
#nm_setting_connection_get_autoconnect_slaves@libnm_1_0_4;
|
||||||
|
} libnm_1_0_0;
|
||||||
|
|
||||||
libnm_1_2_0 {
|
libnm_1_2_0 {
|
||||||
global:
|
global:
|
||||||
nm_access_point_get_last_seen;
|
nm_access_point_get_last_seen;
|
||||||
|
Reference in New Issue
Block a user