mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 10:40:30 +01:00
settings: remove obsolete comment
This commit is contained in:
parent
5bc105e139
commit
1f7143b5df
1 changed files with 0 additions and 9 deletions
|
|
@ -41,15 +41,6 @@ G_BEGIN_DECLS
|
|||
*/
|
||||
GObject * nm_system_config_factory (void);
|
||||
|
||||
/* NOTE:
|
||||
* When passing NMConnection objects to NetworkManager, any properties
|
||||
* of that NMConnection's NMSetting objects that are secrets must be set as
|
||||
* GObject data items on the NMSetting object, _not_ inside the NMSetting
|
||||
* object itself. This is to ensure that the secrets are only given to
|
||||
* NetworkManager itself and not exposed to clients like nm-applet that need
|
||||
* connection details, but not secrets.
|
||||
*/
|
||||
|
||||
#define NM_TYPE_SYSTEM_CONFIG_INTERFACE (nm_system_config_interface_get_type ())
|
||||
#define NM_SYSTEM_CONFIG_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_SYSTEM_CONFIG_INTERFACE, NMSystemConfigInterface))
|
||||
#define NM_IS_SYSTEM_CONFIG_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), NM_TYPE_SYSTEM_CONFIG_INTERFACE))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue