(1) add <interface>.h and #include it in corresponding .c
[systembsd.git] / src / interfaces / localed / localed.c
index 07509d85e37bcbddcbab1d49ee1dd700579965ea..47c568a85b78319038718056523ef1fa11f1a506 100644 (file)
 #include <glib-unix.h>
 
 #include "localed-gen.h"
+#include "localed.h"
 
 GPtrArray *localed_freeable;
 Locale1 *localed_interf;
 
-/* --- begin method/property/signal code --- */
+/* --- begin method/property/dbus signal code --- */
 
 /*static gboolean
 on_handle_set_hostname(Locale1 *hn1_passed_interf,
@@ -57,7 +58,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 localed_on_bus_acquired(GDBusConnection *conn,
                                     const gchar *name,
@@ -91,7 +92,7 @@ static void localed_on_name_acquired(GDBusConnection *conn,
 
 }
 
-/* --- end bus/name handlers, begin misc functions --- */
+/* --- end bus/name handlers, begin misc unix functions --- */
 
 /* free()'s */
 void localed_mem_clean() {