libsysprof: add bus-type property

This commit is contained in:
Christian Hergert
2023-07-27 14:45:20 -07:00
parent e210572700
commit 1701b4e4c6
2 changed files with 28 additions and 0 deletions

View File

@ -63,6 +63,8 @@ SYSPROF_AVAILABLE_IN_ALL
const char *sysprof_document_dbus_message_get_signature (SysprofDocumentDBusMessage *self);
SYSPROF_AVAILABLE_IN_ALL
GDBusMessageFlags sysprof_document_dbus_message_get_flags (SysprofDocumentDBusMessage *self);
SYSPROF_AVAILABLE_IN_ALL
GBusType sysprof_document_dbus_message_get_bus_type (SysprofDocumentDBusMessage *self);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofDocumentDBusMessage, g_object_unref)