summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Connection.Active.xml
Commit message (Collapse)AuthorAgeFilesLines
* dbus: deprecate the NMActiveConnection Master propertyWen Liang2023-02-161-1/+13
| | | | | | To embrace the inclusive language, deprecate the NMActiveConnection Master property and in favor of the NMActiveConnection Controller property.
* introspection: fix punctuation and capitalizationlr/dbus-apiLubomir Rintel2022-03-221-1/+1
| | | | | Sentences start with a capital letter and end with a period, even if they are really really short.
* introspection: use @sinceLubomir Rintel2022-03-221-1/+1
| | | | | gdbus-codegen provides a way to specify a version number on various elements. Use it to instead of a plain text paragraph.
* core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)Thomas Haller2021-05-141-9/+0
| | | | | | | | | | | | | | | | | | D-Bus 1.3.1 (2010) introduced the standard "PropertiesChanged" signal on "org.freedesktop.DBus.Properties". NetworkManager is old, and predates this API. From that time, it still had it's own PropertiesChanged signal that are emitted together with the standard ones. NetworkManager supports the standard PropertiesChanged signal since it switched to gdbus library in version 1.2.0 (2016). These own signals are deprecated for a long time already ([1], 2016), and are hopefully not used by anybody anymore. libnm-glib was using them and relied on them, but that library is gone. libnm does not use them and neither does plasma-nm. Hopefully no users are left that are affected by this API break. [1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/6fb917178aa19c61e909957f5146aa4565e0cb2f
* libnm: add NMActivationStateFlagsThomas Haller2017-10-051-0/+9
| | | | | | No flags yet implemented. https://bugzilla.redhat.com/show_bug.cgi?id=1454883
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-0/+14
| | | | | | | | It includes a reason code that makes it possible for the clients to be more reasonable about error messages. The reason code is essentially copied from the VPN, plus three more reasons that were useful for non-VPN connections.
* introspection: include short description everywhereLubomir Rintel2017-03-171-0/+1
|
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-0/+158
This makes it easier to install the files with proper names. Also, it makes the makefile rules slightly simpler. Lastly, the documentation is now generated into docs/api, which makes it possible to get rid of the awkward relative file names in docbook.