All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@amarulasolutions.com>
To: connman@lists.linux.dev
Subject: [PATCH 2/2] manager: Add TetheringClientsChanged GBUS_SIGNAL
Date: Fri,  1 Oct 2021 12:26:07 +0000	[thread overview]
Message-ID: <20211001122607.34360-2-michael@amarulasolutions.com> (raw)
In-Reply-To: <20211001122607.34360-1-michael@amarulasolutions.com>

Add TetheringClientsChanged as dbus signal. This can be
seen using d-feet or other tool

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 src/manager.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/manager.c b/src/manager.c
index 3bf8f4e4..892d3a42 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -600,6 +600,9 @@ static const GDBusSignalTable manager_signals[] = {
 	{ GDBUS_SIGNAL("PeersChanged",
 			GDBUS_ARGS({ "changed", "a(oa{sv})" },
 					{ "removed", "ao" })) },
+	{ GDBUS_SIGNAL("TetheringClientsChanged",
+			GDBUS_ARGS({ "registered", "as" },
+					{ "removed", "as" })) },
 	{ },
 };
 
-- 
2.25.1


  reply	other threads:[~2021-10-01 12:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01 12:26 [PATCH 1/2] iwd: Set the network index add_network Michael Trimarchi
2021-10-01 12:26 ` Michael Trimarchi [this message]
2021-10-04  6:34   ` [PATCH 2/2] manager: Add TetheringClientsChanged GBUS_SIGNAL Daniel Wagner
2021-10-04  6:32 ` [PATCH 1/2] iwd: Set the network index add_network Daniel Wagner
2021-10-04  6:35   ` Michael Nazzareno Trimarchi
2021-10-04  6:38     ` Daniel Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211001122607.34360-2-michael@amarulasolutions.com \
    --to=michael@amarulasolutions.com \
    --cc=connman@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.