docs: Use gtk_widget_show() to show window
authorMohammed Sadiq <sadiq@sadiqpk.org>
Wed, 13 Jun 2018 14:45:20 +0000 (20:15 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Wed, 13 Jun 2018 14:45:20 +0000 (20:15 +0530)
gtk_window_show_all() is no longer available (and no longer needed)

docs/reference/gtk/getting_started.xml

index 8704539d69f05b0aa2ddcabf918226b75c4b51e6..212e0923050507538a09e0b246c98f123ef6e562 100644 (file)
     here</ulink>.</para>
 
     <para>Finally the window size is set using gtk_window_set_default_size and
-    the window is then shown by GTK via gtk_widget_show_all().</para>
+    the window is then shown by GTK via gtk_widget_show().</para>
 
     <para>When you exit the window, by for example pressing the X,
     the g_application_run() in the main loop returns with a number