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
&raquo
dir_000002.html
example
EchoServer.cs
00001
namespace
Foo
00002 {
00003
using
System;
00004
using
DBus;
00005
using
Gtk;
00006
classFoo_1_1EchoServer.html
00007
public
class
classFoo_1_1EchoServer.html
EchoServer
00008   {
classFoo_1_1EchoServer.html#e0
00009
public
static
int
classFoo_1_1EchoServer.html#e0
Main
(string [] args)
00010     {
00011       Application.Init();
00012
00013
classDBus_1_1Connection.html
Connection
connection =
classDBus_1_1Bus.html
Bus
.GetSessionBus();
00014
classDBus_1_1Service.html
Service
service =
new
classDBus_1_1Service.html
Service
(connection,
"org.freedesktop.Test"
);
00015
classFoo_1_1Echoer.html
Echoer
echoer =
new
classFoo_1_1Echoer.html
Echoer
();
00016       service.
classDBus_1_1Service.html#a3
RegisterObject
(echoer,
"/org/freedesktop/Test/Echoer"
);
00017
00018       Application.Run();
00019
00020
return
0;
00021     }
00022   }
00023 }
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
