update comment

This commit is contained in:
oDinZu WenKi 2023-10-24 22:40:20 -04:00
parent 4189c855d1
commit 2594f8cb47

View File

@ -10,10 +10,10 @@ activate (GtkApplication *app,
/* Construct a GtkBuilder instance */
GtkBuilder *builder = gtk_builder_new ();
/* Loads the UI interfaces */
/* Loads the UI interface objectss */
gtk_builder_add_from_file (builder, "../src/ui/admin-register.ui", NULL);
/* Register thhe ID of gtk_object from admin-register.ui */
/* Register the ID of gtk_object from admin-register.ui */
GObject *window = gtk_builder_get_object (builder, "register_window");
/* Connect the actions of XML UI's with Gtk Signals */