X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fdata%2Fxml%2Fconnectioninterfacerequestsadaptor.h;fp=src%2Fdata%2Fxml%2Fconnectioninterfacerequestsadaptor.h;h=fb993204e4b7a4e3dd3fd1d33661cd8b0256c83a;hb=11d5c26f3a622a0fc32f9cb89e1658846201af4d;hp=0000000000000000000000000000000000000000;hpb=40b1207a3eb33b54e8ac780cabd4a68f7931f248;p=vicar diff --git a/src/data/xml/connectioninterfacerequestsadaptor.h b/src/data/xml/connectioninterfacerequestsadaptor.h new file mode 100644 index 0000000..fb99320 --- /dev/null +++ b/src/data/xml/connectioninterfacerequestsadaptor.h @@ -0,0 +1,77 @@ +/* + * This file was generated by qdbusxml2cpp version 0.7 + * Command line was: qdbusxml2cpp -i ../../connectioninterfacerequeststypes.h -c ConnectionInterfaceRequestsAdaptor -a connectioninterfacerequestsadaptor.h:connectioninterfacerequestsadaptor.cpp org.freedesktop.Telepathy.Connection.I.Requests.xml + * + * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). + * + * This is an auto-generated file. + * This file may have been hand-edited. Look for HAND-EDIT comments + * before re-generating it. + */ + +#ifndef CONNECTIONINTERFACEREQUESTSADAPTOR_H_1282550631 +#define CONNECTIONINTERFACEREQUESTSADAPTOR_H_1282550631 + +#include +#include +#include "../../connectioninterfacerequeststypes.h" +class QByteArray; +template class QList; +template class QMap; +class QString; +class QStringList; +class QVariant; + +/* + * Adaptor class for interface org.freedesktop.Telepathy.Connection.Interface.Requests + */ +class ConnectionInterfaceRequestsAdaptor: public QDBusAbstractAdaptor +{ + Q_OBJECT + Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Telepathy.Connection.Interface.Requests") + Q_CLASSINFO("D-Bus Introspection", "" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" + "") +public: + ConnectionInterfaceRequestsAdaptor(QObject *parent); + virtual ~ConnectionInterfaceRequestsAdaptor(); + +public: // PROPERTIES + Q_PROPERTY(org::freedesktop::Telepathy::RequestableChannelClassList RequestableChannelClasses READ requestableChannelClasses) + org::freedesktop::Telepathy::RequestableChannelClassList requestableChannelClasses() const; + +public Q_SLOTS: // METHODS + QDBusObjectPath CreateChannel(const QVariantMap &request, QVariantMap &channel_properties); + bool EnsureChannel(const QVariantMap &request, QDBusObjectPath &channel_object, QVariantMap &channel_properties); +Q_SIGNALS: // SIGNALS + void ChannelClosed(const QDBusObjectPath &removed_channel_object); + void NewChannels(org::freedesktop::Telepathy::ChannelDetailsList new_channels); +}; + +#endif