Beispiel #1
0
 public static string ErrorString(QDBusError.ErrorType error)
 {
     return((string)staticInterceptor.Invoke("errorString$", "errorString(QDBusError::ErrorType)", typeof(string), typeof(QDBusError.ErrorType), error));
 }
Beispiel #2
0
 public QDBusError(QDBusError.ErrorType error, string message) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDBusError$$", "QDBusError(QDBusError::ErrorType, const QString&)", typeof(void), typeof(QDBusError.ErrorType), error, typeof(string), message);
 }
Beispiel #3
0
 public QDBusMessage CreateErrorReply(QDBusError.ErrorType type, string msg)
 {
     return((QDBusMessage)interceptor.Invoke("createErrorReply$$", "createErrorReply(QDBusError::ErrorType, const QString&) const", typeof(QDBusMessage), typeof(QDBusError.ErrorType), type, typeof(string), msg));
 }
Beispiel #4
0
 public static QDBusMessage CreateError(QDBusError.ErrorType type, string msg)
 {
     return((QDBusMessage)staticInterceptor.Invoke("createError$$", "createError(QDBusError::ErrorType, const QString&)", typeof(QDBusMessage), typeof(QDBusError.ErrorType), type, typeof(string), msg));
 }
Beispiel #5
0
 public void SendErrorReply(QDBusError.ErrorType type)
 {
     interceptor.Invoke("sendErrorReply$", "sendErrorReply(QDBusError::ErrorType) const", typeof(void), typeof(QDBusError.ErrorType), type);
 }
Beispiel #6
0
 public void SendErrorReply(QDBusError.ErrorType type, string msg)
 {
     interceptor.Invoke("sendErrorReply$$", "sendErrorReply(QDBusError::ErrorType, const QString&) const", typeof(void), typeof(QDBusError.ErrorType), type, typeof(string), msg);
 }