minor, clarify "dbus signal" vs. "unix signal" in comments
authorkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 02:16:57 +0000 (21:16 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 02:16:57 +0000 (21:16 -0500)
src/interfaces/hostnamed/hostnamed.c
src/interfaces/localed/localed.c
src/interfaces/logind/logind.c
src/interfaces/timedated/timedated.c

index d54fb379dc4de93a6a47253fc70508c8ba573527..46311cac14e6bb9fc472fa316aea7db2eaa18d2d 100644 (file)
@@ -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,
index 07509d85e37bcbddcbab1d49ee1dd700579965ea..9638a7c9643877069242d331345dd1eac7ba8e3a 100644 (file)
@@ -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,
index de810576176f835af8f5162b7e92cc41fc40d8b8..6c6a3e03421e07fe2a94e56d27243804aeb8caca 100644 (file)
@@ -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,
index 3f016cd43c1facdc75ae7d30a8d4446c33451327..53a3a3cb76265a1ae72e6f576bbbc8bc2bea398b 100644 (file)
@@ -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,