minor, clarify what "misc functions" are in comments
[systembsd.git] / src / interfaces / localed / localed.c
index 07509d85e37bcbddcbab1d49ee1dd700579965ea..e5fe4d6ad7d909f8068c8b4bd0f5c4731276615f 100644 (file)
@@ -28,7 +28,7 @@
 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 +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 localed_on_bus_acquired(GDBusConnection *conn,
                                     const gchar *name,
@@ -91,7 +91,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() {