aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-07-29 10:16:57 +0800
committerkremlin <ian@kremlin.cc>2014-07-29 10:16:57 +0800
commit1ce41045ba731467499b85d409c65e2dc96dd74d (patch)
tree984d43620dc81376b6ad215674ebd38b432027ad /src/interfaces
parent8caf1f61176468ec3d887fb401c213df57fdfa11 (diff)
downloadsystembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar.gz
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar.bz2
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar.lz
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar.xz
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.tar.zst
systembsd-1ce41045ba731467499b85d409c65e2dc96dd74d.zip
minor, clarify "dbus signal" vs. "unix signal" in comments
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/hostnamed/hostnamed.c4
-rw-r--r--src/interfaces/localed/localed.c4
-rw-r--r--src/interfaces/logind/logind.c4
-rw-r--r--src/interfaces/timedated/timedated.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/interfaces/hostnamed/hostnamed.c b/src/interfaces/hostnamed/hostnamed.c
index d54fb37..46311ca 100644
--- a/src/interfaces/hostnamed/hostnamed.c
+++ b/src/interfaces/hostnamed/hostnamed.c
@@ -28,7 +28,7 @@
GPtrArray *hostnamed_freeable;
Hostname1 *hostnamed_interf;
-/* --- begin method/property/signal code --- */
+/* --- begin method/property/dbus signal code --- */
static gboolean
on_handle_set_hostname(Hostname1 *hn1_passed_interf,
@@ -149,7 +149,7 @@ our_get_os_pretty_name() {
return "TODO";
}
-/* --- end method/property/signal code, begin bus/name handlers --- */
+/* --- end method/property/dbus signal code, begin bus/name handlers --- */
static void hostnamed_on_bus_acquired(GDBusConnection *conn,
const gchar *name,
diff --git a/src/interfaces/localed/localed.c b/src/interfaces/localed/localed.c
index 07509d8..9638a7c 100644
--- a/src/interfaces/localed/localed.c
+++ b/src/interfaces/localed/localed.c
@@ -28,7 +28,7 @@
GPtrArray *localed_freeable;
Locale1 *localed_interf;
-/* --- begin method/property/signal code --- */
+/* --- begin method/property/dbus signal code --- */
/*static gboolean
on_handle_set_hostname(Locale1 *hn1_passed_interf,
@@ -57,7 +57,7 @@ our_get_hostname() {
return strncpy(ret, hostname_buf, hostname_divider);
}*/
-/* --- end method/property/signal code, begin bus/name handlers --- */
+/* --- end method/property/dbus signal code, begin bus/name handlers --- */
static void localed_on_bus_acquired(GDBusConnection *conn,
const gchar *name,
diff --git a/src/interfaces/logind/logind.c b/src/interfaces/logind/logind.c
index de81057..6c6a3e0 100644
--- a/src/interfaces/logind/logind.c
+++ b/src/interfaces/logind/logind.c
@@ -28,7 +28,7 @@
GPtrArray *logind_freeable;
Login1Manager *logind_interf;
-/* --- begin method/property/signal code --- */
+/* --- begin method/property/dbus signal code --- */
/*static gboolean
on_handle_set_hostname(Login1Manager *hn1_passed_interf,
@@ -57,7 +57,7 @@ our_get_hostname() {
return strncpy(ret, hostname_buf, hostname_divider);
}*/
-/* --- end method/property/signal code, begin bus/name handlers --- */
+/* --- end method/property/dbus signal code, begin bus/name handlers --- */
static void logind_on_bus_acquired(GDBusConnection *conn,
const gchar *name,
diff --git a/src/interfaces/timedated/timedated.c b/src/interfaces/timedated/timedated.c
index 3f016cd..53a3a3c 100644
--- a/src/interfaces/timedated/timedated.c
+++ b/src/interfaces/timedated/timedated.c
@@ -28,7 +28,7 @@
GPtrArray *timedated_freeable;
Timedate1 *timedated_interf;
-/* --- begin method/property/signal code --- */
+/* --- begin method/property/dbus signal code --- */
/*static gboolean
on_handle_set_hostname(Timedate1 *hn1_passed_interf,
@@ -57,7 +57,7 @@ our_get_hostname() {
return strncpy(ret, hostname_buf, hostname_divider);
}*/
-/* --- end method/property/signal code, begin bus/name handlers --- */
+/* --- end method/property/dbus signal code, begin bus/name handlers --- */
static void timedated_on_bus_acquired(GDBusConnection *conn,
const gchar *name,