mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
gtkapplication: fix docs
This commit is contained in:
parent
0219eea4d7
commit
9f035742e3
@ -6304,6 +6304,7 @@ gtk_application_quit
|
||||
gtk_application_set_action_group
|
||||
gtk_application_get_window
|
||||
gtk_application_add_window
|
||||
gtk_application_remove_window
|
||||
gtk_application_get_windows
|
||||
gtk_application_create_window
|
||||
|
||||
|
@ -166,13 +166,13 @@ gtk_application_new (const gchar *application_id,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_application_remove_window:
|
||||
* gtk_application_add_window:
|
||||
* @application: a #GtkApplication
|
||||
* @window: a #GtkWindow
|
||||
*
|
||||
* Adds a window from @application.
|
||||
*
|
||||
* This call is equivalent to setting the <varname>application</varname>
|
||||
* This call is equivalent to setting the #GtkWindow:application
|
||||
* property of @window to @application.
|
||||
*
|
||||
* Since: 3.0
|
||||
@ -200,7 +200,7 @@ gtk_application_add_window (GtkApplication *application,
|
||||
* Remove a window from @application.
|
||||
*
|
||||
* If @window belongs to @application then this call is equivalent to
|
||||
* setting the <varname>application</varname> property of @window to
|
||||
* setting the #GtkWindow:application property of @window to
|
||||
* %NULL.
|
||||
*
|
||||
* The application may stop running as a result of a call to this
|
||||
|
Loading…
Reference in New Issue
Block a user