mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 06:30:33 +01:00
settings: remove remnants of unused CheckPermissions signal
This commit is contained in:
parent
7b50607fc9
commit
e5adfcbabe
2 changed files with 5 additions and 10 deletions
|
|
@ -43,11 +43,14 @@
|
|||
|
||||
<signal name="Updated">
|
||||
<tp:docstring>
|
||||
Emitted when some settings changed.
|
||||
Emitted when some settings changed. Updates do include
|
||||
connection permission changes, so clients should check whether
|
||||
they still have permission to access the connection after
|
||||
receiving this signal.
|
||||
</tp:docstring>
|
||||
<arg name="settings" type="a{sa{sv}}" tp:type="String_String_Variant_Map_Map">
|
||||
<tp:docstring>
|
||||
Contains complete connection setting parameters, including changes.
|
||||
Contains complete connection setting parameters, including changes.
|
||||
</tp:docstring>
|
||||
</arg>
|
||||
</signal>
|
||||
|
|
@ -58,12 +61,6 @@
|
|||
</tp:docstring>
|
||||
</signal>
|
||||
|
||||
<signal name="CheckPermissions">
|
||||
<tp:docstring>
|
||||
Emitted when a client's permission to access this connection may have changed. Generally, clients should re-test their ability to access this connecton whenever this signal is emmited.
|
||||
</tp:docstring>
|
||||
</signal>
|
||||
|
||||
</interface>
|
||||
|
||||
<interface name="org.freedesktop.NetworkManager.Settings.Connection.Secrets">
|
||||
|
|
|
|||
|
|
@ -66,9 +66,7 @@ enum {
|
|||
|
||||
enum {
|
||||
UPDATED,
|
||||
CHECK_PERMISSIONS,
|
||||
REMOVED,
|
||||
|
||||
LAST_SIGNAL
|
||||
};
|
||||
static guint signals[LAST_SIGNAL] = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue