summaryrefslogtreecommitdiff
path: root/vapi/NM-1.0.metadata
Commit message (Collapse)AuthorAgeFilesLines
* all: add "link" settingBeniamino Galvani2023-03-021-0/+1
| | | | | Introduce a new "link" setting that holds properties that are related to the kernel link.
* vapi: Add several namespace changes and more specific types for propertiesCorentin Noël2023-02-281-19/+75
| | | | | | | | | | | Add overrides for properties constants of new objects to allow to match them with their object type as it was the case for former objects. Specify the types of properties with element-types. Namespace Attributes so that they are logically sorted. Remove several skips to allow to use the entirety of the visible methods.
* vapi: annotate finish function for DeviceWifi.request_scan_options_asyncVal Och2022-02-211-0/+1
| | | | | | | | | | | | | | | G-IR currently lacks an annotation for associating async calls to their _finish counterparts. As a result, vala's binding generator assumes that corresponding function is just function name - _async + _finish. This holds true for 99% of the time, but not here, because nm_device_wifi_request_scan_options_async uses nm_device_wifi_request_scan_finish instead of expected nm_device_wifi_request_scan_options_finish (sharing it with nm_device_wifi_request_scan_async). As such, a metadata entry is required to point vala to correct finishing function. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1114 (cherry picked from commit c0e31c7a70d189c19932b435ba222490eb4dfa5b)
* vapi: Update NM-1.0.metadata to include WireGuard declarationsPeter van der Velde2021-06-041-0/+2
| | | | https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/874
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-011-3/+3
| | | | | After renaming the files, also rename all the content to follow the "Wi-Fi P2P" naming scheme.
* core: Add basic P2P Wi-Fi SettingsBenjamin Berg2019-01-271-0/+1
| | | | | The support is rather basic and only allows connecting to a specific peer. However, this is actually already enough for many usecases.
* vapi: add vapi NM-1.0 for libnmThomas Haller2016-11-031-0/+81
Initial vala API for libnm. Consider it unstable, it probably needs improvements. https://bugzilla.gnome.org/show_bug.cgi?id=773588