index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
dir_000000.html
mono
BusDriver.cs
00001
namespace
DBus
00002 {
00003
00004
using
System;
00005
00006
public
delegate
void
NameOwnerChangedHandler (string name,
00007                                                 string oldOwner,
00008                                                 string newOwner);
00009
00010   [Interface (
"org.freedesktop.DBus"
)]
classDBus_1_1BusDriver.html
00011
public
abstract
class
classDBus_1_1BusDriver.html
BusDriver
00012   {
00013     [Method]
00014
public
abstract
string[] ListNames ();
00015
00016     [Method]
00017
public
abstract
string GetNameOwner (string name);
00018
00019     [Method]
00020
public
abstract
UInt32 GetConnectionUnixUser (string connectionName);
00021
00022
00023     [
classDBus_1_1Signal.html
Signal
]
classDBus_1_1BusDriver.html#o0
00024
public
virtual
event NameOwnerChangedHandler
classDBus_1_1BusDriver.html#o0
NameOwnerChanged
;
00025
classDBus_1_1BusDriver.html#e0
00026
static
public
classDBus_1_1BusDriver.html
BusDriver
classDBus_1_1BusDriver.html#e0
New
(
classDBus_1_1Connection.html
Connection
connection)
00027     {
00028
classDBus_1_1Service.html
Service
service;
00029       service =
classDBus_1_1Service.html
Service
.
classDBus_1_1Service.html#e1
Get
(connection,
"org.freedesktop.DBus"
);
00030
00031
classDBus_1_1BusDriver.html
BusDriver
driver;
00032       driver = (
classDBus_1_1BusDriver.html
BusDriver
) service.
classDBus_1_1Service.html#a4
GetObject
(typeof (
classDBus_1_1BusDriver.html
BusDriver
),
"/org/freedesktop/DBus"
);
00033
00034
return
driver;
00035     }
00036   }
00037 }
Generated on Tue Sep 13 01:28:06 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
