introspection: fix punctuation and capitalization

Sentences start with a capital letter and end with a period, even if
they are really really short.
This commit is contained in:
Lubomir Rintel 2022-03-18 15:52:48 +01:00
parent d1e73f0ece
commit 2df493c00d
49 changed files with 53 additions and 53 deletions

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.AccessPoint:
@short_description: Wi-Fi Access Point
@short_description: Wi-Fi Access Point.
-->
<interface name="org.freedesktop.NetworkManager.AccessPoint">

View File

@ -2,7 +2,7 @@
<node name="/org/freedesktop/NetworkManager/AgentManager">
<!--
org.freedesktop.NetworkManager.AgentManager:
@short_description: Secret Agent Manager
@short_description: Secret Agent Manager.
-->
<interface name="org.freedesktop.NetworkManager.AgentManager">

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.Checkpoint:
@short_description: Configuration and State Snapshot
@short_description: Configuration and State Snapshot.
A snapshot of NetworkManager state for a given device list
-->

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.Connection.Active:
@short_description: Active Connection
@short_description: Active Connection.
Objects that implement the Connection.Active interface represent an
attempt to connect to a network using the details provided by a Connection

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.DHCP4Config:
@short_description: IPv4 DHCP Client State
@short_description: IPv4 DHCP Client State.
Options and configuration returned by the IPv4 DHCP server.
-->

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.DHCP6Config:
@short_description: IPv6 DHCP Client State
@short_description: IPv6 DHCP Client State.
Options and configuration returned by the IPv6 DHCP server.
-->

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Adsl:
@short_description: ADSL Device
@short_description: ADSL Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Adsl">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Bluetooth:
@short_description: Bluetooth Device
@short_description: Bluetooth Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Bluetooth">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Bond:
@short_description: Bonding Device
@short_description: Bonding Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Bond">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Bridge:
@short_description: Bridging Device
@short_description: Bridging Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Bridge">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Dummy:
@short_description: Dummy Device
@short_description: Dummy Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Dummy">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Generic:
@short_description: Unrecognized Device
@short_description: Unrecognized Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Generic">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.IPTunnel:
@short_description: IP Tunneling Device
@short_description: IP Tunneling Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.IPTunnel">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Infiniband:
@short_description: Infiniband Device
@short_description: Infiniband Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Infiniband">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Lowpan:
@short_description: 6LoWPAN Device
@short_description: 6LoWPAN Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Lowpan">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Macsec:
@short_description: MACSec Device
@short_description: MACSec Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Macsec">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Macvlan:
@short_description: MAC VLAN Device
@short_description: MAC VLAN Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Macvlan">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Modem:
@short_description: Modem Device
@short_description: Modem Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Modem">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OlpcMesh:
@short_description: OLPC Wireless Mesh Device
@short_description: OLPC Wireless Mesh Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.OlpcMesh">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OvsBridge:
@short_description: OvsBridge Device
@short_description: OvsBridge Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.OvsBridge">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OvsInterface:
@short_description: OvsInterface Device
@short_description: OvsInterface Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.OvsInterface">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OvsPort:
@short_description: OvsPort Device
@short_description: OvsPort Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.OvsPort">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Ppp:
@short_description: PPP Device
@short_description: PPP Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Ppp">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Statistics:
@short_description: Device Statistic Counters
@short_description: Device Statistic Counters.
-->
<interface name="org.freedesktop.NetworkManager.Device.Statistics">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Team:
@short_description: Teaming Device
@short_description: Teaming Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Team">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Tun:
@short_description: Userspace Tunneling Device
@short_description: Userspace Tunneling Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Tun">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Veth:
@short_description: Virtual Ethernet Device
@short_description: Virtual Ethernet Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Veth">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Vlan:
@short_description: Virtual LAN Device
@short_description: Virtual LAN Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Vlan">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Vrf:
@short_description: VRF Device
@short_description: VRF Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Vrf">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Vxlan:
@short_description: VXLAN Device
@short_description: VXLAN Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Vxlan">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.WiMax:
@short_description: WiMax Device
@short_description: WiMax Device.
DEPRECATED: NetworkManager no longer supports WiMAX since version 1.2. This interface is no longer used.
-->
@ -10,7 +10,7 @@
<!--
GetNspList:
@nsps: List of NSP object paths
@nsps: List of NSP object paths.
Get the list of NSPs visible to this device.
-->

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.WifiP2P:
@short_description: Wi-Fi P2P Device
@short_description: Wi-Fi P2P Device.
@since: 1.16
-->
<interface name="org.freedesktop.NetworkManager.Device.WifiP2P">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.WireGuard:
@short_description: WireGuard Device
@short_description: WireGuard Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.WireGuard">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Wired:
@short_description: Wired Ethernet Device
@short_description: Wired Ethernet Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Wired">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Wireless:
@short_description: Wi-Fi Device
@short_description: Wi-Fi Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Wireless">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Wpan:
@short_description: IEEE 802.15.4 (WPAN) MAC Layer Device
@short_description: IEEE 802.15.4 (WPAN) MAC Layer Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Wpan">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.Device:
@short_description: Device
@short_description: Device.
-->
<interface name="org.freedesktop.NetworkManager.Device">

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.DnsManager:
@short_description: DNS Configuration State
@short_description: DNS Configuration State.
The interface contains DNS-related information.
-->

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.IP4Config:
@short_description: IPv4 Configuration Set
@short_description: IPv4 Configuration Set.
-->
<interface name="org.freedesktop.NetworkManager.IP4Config">

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.IP6Config:
@short_description: IPv6 Configuration Set
@short_description: IPv6 Configuration Set.
-->
<interface name="org.freedesktop.NetworkManager.IP6Config">

View File

@ -3,7 +3,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.PPP:
@short_description: Helper interface for a PPP plugin
@short_description: Helper interface for a PPP plugin.
-->
<interface name="org.freedesktop.NetworkManager.PPP">

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.SecretAgent:
@short_description: User Secret Agent
@short_description: User Secret Agent.
Private D-Bus interface used by secret agents that store and provide
secrets to NetworkManager. If an agent provides secrets to NetworkManager

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.Settings.Connection:
@short_description: Connection Settings Profile
@short_description: Connection Settings Profile.
Represents a single network connection configuration.
-->

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.Settings:
@short_description: Connection Settings Profile Manager
@short_description: Connection Settings Profile Manager.
The Settings interface allows clients to view and administrate the
connections stored and used by NetworkManager.

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.VPN.Connection:
@short_description: Active VPN Connection
@short_description: Active VPN Connection.
Represents an active connection to a Virtual Private Network.
-->

View File

@ -3,7 +3,7 @@
<!--
org.freedesktop.NetworkManager.VPN.Plugin:
@short_description: VPN Service
@short_description: VPN Service.
This interface is provided by plugins providing VPN services to the
NetworkManager daemon.

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.WiMax.Nsp:
@short_description: WiMax Network Service Provider
@short_description: WiMax Network Service Provider.
DEPRECATED: NetworkManager no longer supports WiMAX since version 1.2. This interface is no longer used.
-->

View File

@ -2,7 +2,7 @@
<node name="/">
<!--
org.freedesktop.NetworkManager.WifiP2PPeer:
@short_description: Wi-Fi P2P Peer
@short_description: Wi-Fi P2P Peer.
@since: 1.16
-->
<interface name="org.freedesktop.NetworkManager.WifiP2PPeer">

View File

@ -2,7 +2,7 @@
<node name="/org/freedesktop/NetworkManager">
<!--
org.freedesktop.NetworkManager:
@short_description: Connection Manager
@short_description: Connection Manager.
-->
<interface name="org.freedesktop.NetworkManager">
@ -10,7 +10,7 @@
<!--
Reload:
@flags: optional flags to specify which parts shall be reloaded.
@flags: Optional flags to specify which parts shall be reloaded.
Reload NetworkManager's configuration and perform certain updates, like flushing a cache or
rewriting external state to disk. This is similar to sending SIGHUP to NetworkManager but it
@ -119,7 +119,7 @@
@options: Further options for the method call.
@path: Object path of the new connection that was just added.
@active_connection: The path of the active connection object representing this active connection.
@result: a dictionary of additional output arguments for future extension. Currently, not additional output arguments are supported.
@result: A dictionary of additional output arguments for future extension. Currently, not additional output arguments are supported.
Adds a new connection using the given details (if any) as a template
(automatically filling in missing settings with the capabilities of the
@ -287,7 +287,7 @@
<!--
CheckpointAdjustRollbackTimeout:
@checkpoint: The checkpoint to be rolled back.
@add_timeout: number of seconds from <emphasis>now</emphasis> in which the timeout will expire. Set to 0 to disable the timeout.
@add_timeout: Number of seconds from <emphasis>now</emphasis> in which the timeout will expire. Set to 0 to disable the timeout.
@since: 1.12
Reset the timeout for rollback for the checkpoint.