settings: remove remnants of unused CheckPermissions signal

This commit is contained in:
Dan Williams 2010-10-26 11:40:43 -05:00
parent 7b50607fc9
commit e5adfcbabe
2 changed files with 5 additions and 10 deletions

View file

@ -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">

View file

@ -66,9 +66,7 @@ enum {
enum {
UPDATED,
CHECK_PERMISSIONS,
REMOVED,
LAST_SIGNAL
};
static guint signals[LAST_SIGNAL] = { 0 };