Update dbus header and document its provenance
There's been one minor change in a struct and some minor re-ordering of other things within their files (reflected here to simplify future checks); and qt_attribution.json didn't document enough details to ensure reliable review. Task-number: QTBUG-70011 Change-Id: Iccff9cfd899e58cb42837c4628acacd7877c5b01 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
b98b49ba00
commit
c14103be50
|
|
@ -218,7 +218,7 @@ struct DBusMessageIter
|
|||
int dummy10; /**< Don't use this */
|
||||
int dummy11; /**< Don't use this */
|
||||
int pad1; /**< Don't use this */
|
||||
int pad2; /**< Don't use this */
|
||||
void *pad2; /**< Don't use this */ /* Was int; changed to void* at 1.10.8 */
|
||||
void *pad3; /**< Don't use this */
|
||||
};
|
||||
|
||||
|
|
@ -251,6 +251,7 @@ struct DBusMessageIter
|
|||
#define DBUS_TYPE_SIGNATURE_AS_STRING "g"
|
||||
#define DBUS_TYPE_UNIX_FD ((int) 'h')
|
||||
#define DBUS_TYPE_UNIX_FD_AS_STRING "h"
|
||||
|
||||
#define DBUS_TYPE_ARRAY ((int) 'a')
|
||||
#define DBUS_TYPE_ARRAY_AS_STRING "a"
|
||||
#define DBUS_TYPE_VARIANT ((int) 'v')
|
||||
|
|
@ -270,14 +271,14 @@ struct DBusMessageIter
|
|||
#define DBUS_DICT_ENTRY_END_CHAR ((int) '}')
|
||||
#define DBUS_DICT_ENTRY_END_CHAR_AS_STRING "}"
|
||||
|
||||
#define DBUS_MAXIMUM_NAME_LENGTH 255
|
||||
|
||||
#define DBUS_MESSAGE_TYPE_INVALID 0
|
||||
#define DBUS_MESSAGE_TYPE_METHOD_CALL 1
|
||||
#define DBUS_MESSAGE_TYPE_METHOD_RETURN 2
|
||||
#define DBUS_MESSAGE_TYPE_ERROR 3
|
||||
#define DBUS_MESSAGE_TYPE_SIGNAL 4
|
||||
|
||||
#define DBUS_MAXIMUM_NAME_LENGTH 255
|
||||
|
||||
#define DBUS_INTROSPECT_1_0_XML_NAMESPACE "http://www.freedesktop.org/standards/dbus"
|
||||
#define DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
#define DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,12 @@
|
|||
|
||||
"Description": "D-Bus is a message bus system, a simple way for applications to talk to one another.",
|
||||
"Homepage": "https://www.freedesktop.org/wiki/Software/dbus/",
|
||||
"Version": "Minimal supported is 1.2, compatible up to ...",
|
||||
"Version": "1.12",
|
||||
"LicenseId": "AFL-2.1 OR GPL-2.0-or-later",
|
||||
"License": "Academic Free License v2.1, or GNU General Public License v2.0 or later",
|
||||
"LicenseFile": "LIBDBUS-1-LICENSE.txt",
|
||||
"Files": "Fragments from various upstream files, see comments in ...",
|
||||
"Files": "dbus_minimal_p.h",
|
||||
"Copyright": "Copyright (C) 2002, 2003 CodeFactory AB
|
||||
Copyright (C) 2004, 2005 Red Hat, Inc."
|
||||
|
|
|
|||
Loading…
Reference in New Issue