X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.c;h=83f3c5fa22f10182b823c6f163ca41626f60cd35;hb=3eb1ef91aacdff3ee2dda5973d844e2875297415;hp=3f016cd43c1facdc75ae7d30a8d4446c33451327;hpb=ba9914b6971c9ed56173b30620f2839a862a1356;p=systembsd.git diff --git a/src/interfaces/timedated/timedated.c b/src/interfaces/timedated/timedated.c index 3f016cd..83f3c5f 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, @@ -91,7 +91,7 @@ static void timedated_on_name_acquired(GDBusConnection *conn, } -/* --- end bus/name handlers, begin misc functions --- */ +/* --- end bus/name handlers, begin misc unix functions --- */ /* free()'s */ void timedated_mem_clean() {