Inheritance: Object, IDisposable
 public QDBusAbstractInterface(string service, string path, string arg3, QDBusConnection connection, QObject parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusAbstractInterface$$$##", "QDBusAbstractInterface(const QString&, const QString&, const char*, const QDBusConnection&, QObject*)", typeof(void), typeof(string), service, typeof(string), path, typeof(string), arg3, typeof(QDBusConnection), connection, typeof(QObject), parent);
 }
Example #2
0
 public OrgKdeKLauncherInterface(string service, string path, QDBusConnection connection)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("OrgKdeKLauncherInterface$$#", "OrgKdeKLauncherInterface(const QString&, const QString&, const QDBusConnection&)", typeof(void), typeof(string), service, typeof(string), path, typeof(QDBusConnection), connection);
 }
Example #3
0
 public QDBusConnection(QDBusConnection other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusConnection#", "QDBusConnection(const QDBusConnection&)", typeof(void), typeof(QDBusConnection), other);
 }
Example #4
0
 public QDBusInterface(string service, string path, string arg3, QDBusConnection connection)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusInterface$$$#", "QDBusInterface(const QString&, const QString&, const QString&, const QDBusConnection&)", typeof(void), typeof(string), service, typeof(string), path, typeof(string), arg3, typeof(QDBusConnection), connection);
 }
Example #5
0
 public QDBusServiceWatcher(string service, QDBusConnection connection, uint watchMode)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusServiceWatcher$#$", "QDBusServiceWatcher(const QString&, const QDBusConnection&, QDBusServiceWatcher::WatchMode)", typeof(void), typeof(string), service, typeof(QDBusConnection), connection, typeof(uint), watchMode);
 }
Example #6
0
 public QDBusServiceWatcher(string service, QDBusConnection connection)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusServiceWatcher$#", "QDBusServiceWatcher(const QString&, const QDBusConnection&)", typeof(void), typeof(string), service, typeof(QDBusConnection), connection);
 }
Example #7
0
 public OrgKdeKDirNotifyInterface(string service, string path, QDBusConnection connection, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("OrgKdeKDirNotifyInterface$$##", "OrgKdeKDirNotifyInterface(const QString&, const QString&, const QDBusConnection&, QObject*)", typeof(void), typeof(string), service, typeof(string), path, typeof(QDBusConnection), connection, typeof(QObject), parent);
 }
Example #8
0
 public void SetConnection(QDBusConnection connection)
 {
     interceptor.Invoke("setConnection#", "setConnection(const QDBusConnection&)", typeof(void), typeof(QDBusConnection), connection);
 }
Example #9
0
 public static QDBusConnection ConnectToBus(QDBusConnection.BusType type, string name)
 {
     return (QDBusConnection) staticInterceptor.Invoke("connectToBus$$", "connectToBus(QDBusConnection::BusType, const QString&)", typeof(QDBusConnection), typeof(QDBusConnection.BusType), type, typeof(string), name);
 }
Example #10
0
 public QDBusConnection(QDBusConnection other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusConnection#", "QDBusConnection(const QDBusConnection&)", typeof(void), typeof(QDBusConnection), other);
 }
Example #11
0
 public void UnregisterObject(string path, QDBusConnection.UnregisterMode mode)
 {
     interceptor.Invoke("unregisterObject$$", "unregisterObject(const QString&, QDBusConnection::UnregisterMode)", typeof(void), typeof(string), path, typeof(QDBusConnection.UnregisterMode), mode);
 }
Example #12
0
 public QDBusAbstractInterface(string service, string path, string arg3, QDBusConnection connection, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusAbstractInterface$$$##", "QDBusAbstractInterface(const QString&, const QString&, const char*, const QDBusConnection&, QObject*)", typeof(void), typeof(string), service, typeof(string), path, typeof(string), arg3, typeof(QDBusConnection), connection, typeof(QObject), parent);
 }
Example #13
0
 public QDBusInterface(string service, string path, string arg3, QDBusConnection connection) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusInterface$$$#", "QDBusInterface(const QString&, const QString&, const QString&, const QDBusConnection&)", typeof(void), typeof(string), service, typeof(string), path, typeof(string), arg3, typeof(QDBusConnection), connection);
 }