mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: add dbus utility
This allows viewing the message contents that were captured in a textview within the utility pane. We already limit the max size of a message in the capture file, so presumably messages are relatively small enough to fit here.
This commit is contained in:
@ -65,6 +65,8 @@ 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);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
char *sysprof_document_dbus_message_dup_string (SysprofDocumentDBusMessage *self);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (SysprofDocumentDBusMessage, g_object_unref)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user