mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
gtkmain: Fix code example
gtk_init doesn't take parameters anymore
This commit is contained in:
parent
29f7bde023
commit
6b12e3948e
@ -64,7 +64,7 @@
|
||||
* ...
|
||||
*
|
||||
* // Initialize the widget set
|
||||
* gtk_init (&argc, &argv);
|
||||
* gtk_init ();
|
||||
*
|
||||
* // Create the main window
|
||||
* mainwin = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
|
Loading…
Reference in New Issue
Block a user