From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMVpnPluginInfo.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/libnm/html/NMVpnPluginInfo.html') diff --git a/docs/libnm/html/NMVpnPluginInfo.html b/docs/libnm/html/NMVpnPluginInfo.html index 3f4bc09a..9864819c 100644 --- a/docs/libnm/html/NMVpnPluginInfo.html +++ b/docs/libnm/html/NMVpnPluginInfo.html @@ -122,7 +122,7 @@ -const char *const* +const char *const * nm_vpn_plugin_info_get_aliases () @@ -618,7 +618,7 @@ nm_vpn_plugin_info_supports_multiple (

nm_vpn_plugin_info_get_aliases ()

-
const char *const*
+
const char *const *
 nm_vpn_plugin_info_get_aliases (NMVpnPluginInfo *self);

Parameters

@@ -1112,37 +1112,37 @@ plugin only once, unless you reset the state via

Types and Values

NM_VPN_PLUGIN_INFO_NAME

-
#define NM_VPN_PLUGIN_INFO_NAME        "name"
+
#define NM_VPN_PLUGIN_INFO_NAME     "name"
 

NM_VPN_PLUGIN_INFO_FILENAME

-
#define NM_VPN_PLUGIN_INFO_FILENAME    "filename"
+
#define NM_VPN_PLUGIN_INFO_FILENAME "filename"
 

NM_VPN_PLUGIN_INFO_KEYFILE

-
#define NM_VPN_PLUGIN_INFO_KEYFILE     "keyfile"
+
#define NM_VPN_PLUGIN_INFO_KEYFILE  "keyfile"
 

NM_VPN_PLUGIN_INFO_KF_GROUP_CONNECTION

-
#define NM_VPN_PLUGIN_INFO_KF_GROUP_CONNECTION   "VPN Connection"
+
#define NM_VPN_PLUGIN_INFO_KF_GROUP_CONNECTION "VPN Connection"
 

NM_VPN_PLUGIN_INFO_KF_GROUP_LIBNM

-
#define NM_VPN_PLUGIN_INFO_KF_GROUP_LIBNM        "libnm"
+
#define NM_VPN_PLUGIN_INFO_KF_GROUP_LIBNM      "libnm"
 

NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME

-
#define NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME        "GNOME"
+
#define NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME      "GNOME"
 
-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMVpnPluginInfo.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/libnm/html/NMVpnPluginInfo.html') diff --git a/docs/libnm/html/NMVpnPluginInfo.html b/docs/libnm/html/NMVpnPluginInfo.html index 9864819c..45880d12 100644 --- a/docs/libnm/html/NMVpnPluginInfo.html +++ b/docs/libnm/html/NMVpnPluginInfo.html @@ -8,7 +8,7 @@ - + @@ -398,7 +398,7 @@ must be present.

Returns

a newly created instance of plugin info or NULL if no matching value was found.

-

[transfer full]

+

[transfer full]

Since: 1.4

@@ -425,7 +425,7 @@ nm_vpn_plugin_info_get_name (

Returns

the name. Cannot be NULL.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -452,7 +452,7 @@ nm_vpn_plugin_info_get_filename (

Returns

the filename. Can be NULL.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -479,7 +479,7 @@ nm_vpn_plugin_info_get_service (

Returns

the service. Cannot be NULL.

-

[transfer none]

+

[transfer none]

Since: 1.4

@@ -506,7 +506,7 @@ nm_vpn_plugin_info_get_plugin (

Returns

the plugin. Can be NULL.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -533,7 +533,7 @@ nm_vpn_plugin_info_get_program (

Returns

the program. Can be NULL.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -638,7 +638,7 @@ nm_vpn_plugin_info_get_aliases (

Returns

the aliases from the name-file.

-

[array zero-terminated=1][element-type utf8][transfer none]

+

[array zero-terminated=1][element-type utf8][transfer none]

Since: 1.4

@@ -680,7 +680,7 @@ nm_vpn_plugin_info_lookup_property (

Returns

NMVpnPluginInfo is internally a GKeyFile. Returns the matching property.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -719,7 +719,7 @@ nm_vpn_plugin_info_list_load (voi

Returns

list of plugins loaded from the default directories rejecting duplicates.

-

[element-type NMVpnPluginInfo][transfer full]

+

[element-type NMVpnPluginInfo][transfer full]

Since: 1.2

@@ -836,7 +836,7 @@ nm_vpn_plugin_info_list_find_by_name (

Returns

the first plugin with a matching name (or NULL).

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -873,7 +873,7 @@ nm_vpn_plugin_info_list_find_by_filename

Returns

the first plugin with a matching filename (or NULL).

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -911,7 +911,7 @@ or one of the provided aliases.

Returns

the first plugin with a matching service (or NULL).

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -957,7 +957,7 @@ but it could be retrieved via

Returns

the resolved service-type or NULL on failure.

-

[transfer full]

+

[transfer full]

Since: 1.4

@@ -1005,7 +1005,7 @@ with

Returns

a NULL terminated strv list of strings. The list itself and the values must be freed with g_strfreev().

-

[transfer full]

+

[transfer full]

Since: 1.4

@@ -1032,7 +1032,7 @@ nm_vpn_plugin_info_get_editor_plugin (

Returns

the cached NMVpnEditorPlugin instance.

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -1103,7 +1103,7 @@ and can be later retrieved again via nm_vpn_plugin_info_get_editor_plugin(). You can load the plugin only once, unless you reset the state via nm_vpn_plugin_info_set_editor_plugin().

-

[transfer none]

+

[transfer none]

Since: 1.2

@@ -1148,6 +1148,6 @@ plugin only once, unless you reset the state via +
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5