X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.c;h=83f3c5fa22f10182b823c6f163ca41626f60cd35;hp=c373fde90bf72ba6c00a16635b6c82388ff10dde;hb=ccd2f75bfcd00cf5c7b79f480c2d3f38ad837fa6;hpb=b6ad18ad0ae669ec0424f9dad4c15d3bb0826ba0 diff --git a/src/interfaces/timedated/timedated.c b/src/interfaces/timedated/timedated.c index c373fde..83f3c5f 100644 --- a/src/interfaces/timedated/timedated.c +++ b/src/interfaces/timedated/timedated.c @@ -21,13 +21,14 @@ #include #include +#include #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, @@ -90,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() {