mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Merge branch 'matthiasc/for-main' into 'main'
Expand gtk_init docs Closes #5781 See merge request GNOME/gtk!5909
This commit is contained in:
commit
5eb7e550d1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user