summaryrefslogtreecommitdiff
path: root/libnm-core/nm-vpn-editor-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-3/+3
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-14/+14
* docs: misc. typos pt2luz.paz2018-09-171-4/+4
* build: qualify plugin dir name with a version stringLubomir Rintel2018-05-141-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin...Jiří Klimeš2016-08-101-3/+3
* libnm-core: fix GObject introspection transfer annotationsJiří Klimeš2016-08-101-2/+2
* libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller2016-06-151-0/+47
* libnm/vpn: pass NMVpnPluginInfo to the NMVpnEditorPlugin instanceThomas Haller2016-06-151-0/+106
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-1/+1
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-301-0/+1
* libnm/vpn: don't close the VPN plugin library on cleanupThomas Haller2016-04-291-61/+80
* libnm/vpn: don't leak editor-plugin if nm_vpn_editor_plugin_load() failsThomas Haller2016-04-281-2/+1
* libnm/vpn: search VPN plugin in NMPLUGINDIRThomas Haller2016-04-191-61/+60
* libnm/vpn: add nm_vpn_editor_plugin_load() functionThomas Haller2016-04-191-1/+41
* libnm/vpn: allow specifying non-absolute plugin name in VPN .name fileThomas Haller2016-04-191-33/+71
* libnm/vpn: fix code comment for nm_vpn_editor_plugin_load_from_file()Thomas Haller2016-04-191-5/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-4/+1
* docs, trivial: fix some documentation issuesDan Williams2016-01-201-2/+9
* vpn-editor-plugin: improve the error handling a bitLubomir Rintel2015-12-071-0/+10
* libnm,vpn-editor-plugin: don't assert the plugin name is the same as service ...Lubomir Rintel2015-08-211-5/+2
* Revert "libnm,vpn-editor-plugin: don't assert the plugin name is the same as ...Lubomir Rintel2015-08-211-3/+10
* libnm,vpn-editor-plugin: don't assert the plugin name is the same as service ...Lubomir Rintel2015-08-211-10/+3
* libnm/vpn: set special error code when loading vpn plugin fails due to missin...Thomas Haller2015-08-201-0/+2
* libnm: require exact vpn plugin filenameThomas Haller2015-08-181-11/+6
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* introspection: fix some annotationsDan Williams2015-07-311-2/+2
* libnm: add nm_vpn_editor_plugin_load_from_file() functionThomas Haller2015-07-291-0/+147
* libnm: move NMVpnEditorPlugin to libnm-core/Thomas Haller2015-07-291-0/+137