[Rpm-maint] [rpm-software-management/rpm] Add dbus-announce plugin (#1255)
Florian Festi
notifications at github.com
Wed May 26 13:31:56 UTC 2021
@ffesti commented on this pull request.
> + rpmts ts,
+ int res)
+{
+ struct dbus_announce_data * state = rpmPluginGetData(plugin);
+ DBusMessage* msg;
+ dbus_uint32_t serial = 0;
+ char * dbcookie;
+
+ if (!state->bus) {
+ return RPMRC_OK;
+ }
+
+ msg = dbus_message_new_signal("/org/rpm/Transaction", /* object name */
+ "org.rpm.Transaction", /* interface name */
+ name); /* signal name */
+ if (NULL == msg) {
switched order
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1255#discussion_r639728528
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210526/17ab554c/attachment-0001.html>
More information about the Rpm-maint
mailing list