summaryrefslogtreecommitdiff
path: root/introspection/nm-device-vlan.xml
Commit message (Collapse)AuthorAgeFilesLines
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-44/+0
| | | | | | | | 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.
* dbus: deprecated NM specific PropertiesChanged signalsThomas Haller2016-09-021-0/+2
| | | | | Nowadays, users should use the standard "PropertiesChanged" signal on "org.freedesktop.DBus.Properties" interface.
* dbus: fix up the XML formattinglr/docbookLubomir Rintel2016-04-051-2/+1
| | | | The conversion script didn't do a very good job. It got fired.
* dbus: convert the annotations to gtk-doc blocksLubomir Rintel2016-04-051-25/+29
|
* dbus: use the annotations for documentationLubomir Rintel2016-03-261-10/+10
| | | | | gdbus only understands those (and gtk docstrings, which we should eventually use) when generating the documentation.
* vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-241-0/+6
| | | | and use the internal construct-time parent property for VLAN creation.
* core: convert VLAN interfaces to a device subclassDan Williams2012-03-011-0/+33
Many different interface types can support VLANs, including Infiniband, WiFi, etc. So we have to create a new device class for them instead of keeping the support in NMDeviceEthernet.