Merge branch 'matthiasc/for-main' into 'main'

Expand gtk_init docs

Closes #5781

See merge request GNOME/gtk!5909
This commit is contained in:
Matthias Clasen 2023-05-02 17:42:29 +00:00
commit 5eb7e550d1
2 changed files with 5 additions and 2 deletions

View File

@ -637,8 +637,10 @@ gtk_init_check (void)
* applications. It will initialize everything needed to operate the
* toolkit.
*
* If you are using `GtkApplication`, you don't have to call this
* function; the `GApplication::startup` handler does it for you.
* If you are using `GtkApplication`, you usually don't have to call this
* function; the `GApplication::startup` handler does it for you. Though,
* if you are using GApplication methods that will be invoked before `startup`,
* such as `local_command_line`, you may need to initialize stuff explicitly.
*
* This function will terminate your program if it was unable to
* initialize the windowing system for some reason. If you want

View File

@ -2,6 +2,7 @@
directory = pango
url = https://gitlab.gnome.org/GNOME/pango.git
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/pango.git
# needs to be main, because we build the nightly docs from the subproject
revision = main
depth = 1