/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -N -p qibusproxyportal -c QIBusProxyPortal interfaces/org.freedesktop.IBus.Portal.xml * * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef QIBUSPROXYPORTAL_H #define QIBUSPROXYPORTAL_H #include #include #include #include #include #include #include #include #include /* * Proxy class for interface org.freedesktop.IBus.Portal */ class QIBusProxyPortal: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.freedesktop.IBus.Portal"; } public: QIBusProxyPortal(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = nullptr); ~QIBusProxyPortal(); public Q_SLOTS: // METHODS inline QDBusPendingReply CreateInputContext(const QString &name) { QList argumentList; argumentList << QVariant::fromValue(name); return asyncCallWithArgumentList(QStringLiteral("CreateInputContext"), argumentList); } Q_SIGNALS: // SIGNALS }; #endif