Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Remove Obsolete attribute from undocumented members
Browse files Browse the repository at this point in the history
  • Loading branch information
Alp Toker committed Dec 15, 2006
1 parent 7bbd525 commit b543cc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DBus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,9 @@ public interface IBus : Introspectable
void RemoveMatch (string rule);

//undocumented in spec
[Obsolete ("Undocumented in spec")]
string[] ListQueuedOwners (string name);
[Obsolete ("Undocumented in spec")]
uint GetConnectionUnixProcessID (string connection_name);
[Obsolete ("Undocumented in spec")]
byte[] GetConnectionSELinuxSecurityContext (string connection_name);
[Obsolete ("Undocumented in spec")]
void ReloadConfig ();
}
}

0 comments on commit b543cc1

Please sign in to comment.