Argument Struct

struct QDBusIntrospection::Argument

One argument to a D-Bus method or signal. More...

Public Variables

QString name
QString type

Detailed Description

\inmoduleQtDBus

This struct represents one argument passed to a method or received from a method or signal in D-Bus. The struct does not contain information on the direction (input or output).

Member Variable Documentation

QString Argument::name

The argument name. The argument name is optional, so this may be a null QString.

QString Argument::type

The argument type.