Top | ![]() |
![]() |
![]() |
![]() |
PkMessage * | pk_message_new () |
const gchar * | pk_message_get_details () |
PkMessageEnum | pk_message_get_kind () |
This GObject represents a message from a transaction. These objects represent single items of data from the transaction, and are often present in lists (PkResults) or just refcounted in client programs.
PkMessage *
pk_message_new (void
);
pk_message_new
is deprecated and should not be used in newly-written code.
Since 0.5.4
const gchar *
pk_message_get_details (PkMessage *message
);
pk_message_get_details
is deprecated and should not be used in newly-written code.
Gets the message details.
Since 0.6.4
PkMessageEnum
pk_message_get_kind (PkMessage *message
);
pk_message_get_kind
is deprecated and should not be used in newly-written code.
Gets the message kind
Since 0.6.4