minor, clarify "dbus signal" vs. "unix signal" in comments
[systembsd.git] / src / interfaces / logind / logind.c
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,