/usr/include/signond/backupifadaptor.h is in signond-dev 8.58+16.04.20151106-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | /*
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp -c BackupIfAdaptor -a backupifadaptor.h:backupifadaptor.cpp ../../lib/signond/com.nokia.SingleSignOn.Backup.xml
*
* qdbusxml2cpp is Copyright (C) 2015 Digia Plc 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 BACKUPIFADAPTOR_H_1446805891
#define BACKUPIFADAPTOR_H_1446805891
#include <QtCore/QObject>
#include <QtDBus/QtDBus>
QT_BEGIN_NAMESPACE
class QByteArray;
template<class T> class QList;
template<class Key, class Value> class QMap;
class QString;
class QStringList;
class QVariant;
QT_END_NAMESPACE
/*
* Adaptor class for interface com.nokia.backupclient
*/
class BackupIfAdaptor: public QDBusAbstractAdaptor
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "com.nokia.backupclient")
Q_CLASSINFO("D-Bus Introspection", ""
" <interface name=\"com.nokia.backupclient\">\n"
" <method name=\"backupStarts\">\n"
" <arg direction=\"out\" type=\"y\"/>\n"
" </method>\n"
" <method name=\"backupFinished\">\n"
" <arg direction=\"out\" type=\"y\"/>\n"
" </method>\n"
" <method name=\"restoreStarts\">\n"
" <arg direction=\"out\" type=\"y\"/>\n"
" </method>\n"
" <method name=\"restoreFinished\">\n"
" <arg direction=\"out\" type=\"y\"/>\n"
" </method>\n"
" </interface>\n"
"")
public:
BackupIfAdaptor(QObject *parent);
virtual ~BackupIfAdaptor();
public: // PROPERTIES
public Q_SLOTS: // METHODS
uchar backupFinished();
uchar backupStarts();
uchar restoreFinished();
uchar restoreStarts();
Q_SIGNALS: // SIGNALS
};
#endif
|