update comment
This commit is contained in:
parent
4189c855d1
commit
2594f8cb47
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user