minor, clarify "dbus signal" vs. "unix signal" in comments
[systembsd.git] / src / interfaces / timedated / timedated.c
index c373fde90bf72ba6c00a16635b6c82388ff10dde..53a3a3cb76265a1ae72e6f576bbbc8bc2bea398b 100644 (file)
 #include <string.h>
 
 #include <glib/gprintf.h>
+#include <glib-unix.h>
 
 #include "timedated-gen.h"
 
 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,
@@ -56,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,