aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces/timedated/timedated.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/timedated/timedated.c')
-rw-r--r--src/interfaces/timedated/timedated.c4
1 files changed, 2 insertions, 2 deletions
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,