Documentation fix and whitespace cleanup

- gtk_init() does not parse command-line options anymore.
- Gitlab's  WebIDE automatically cleans up whitespace.
This commit is contained in:
Fred Morcos 2021-11-19 13:21:56 +00:00
parent 48b83d3e97
commit f019e9d856

View File

@ -622,7 +622,7 @@ gtk_init_check (void)
* *
* Call this function before using any other GTK functions in your GUI * Call this function before using any other GTK functions in your GUI
* applications. It will initialize everything needed to operate the * applications. It will initialize everything needed to operate the
* toolkit and parses some standard command line options. * toolkit.
* *
* If you are using `GtkApplication`, you don't have to call gtk_init() * If you are using `GtkApplication`, you don't have to call gtk_init()
* or gtk_init_check(); the `GApplication::startup` handler * or gtk_init_check(); the `GApplication::startup` handler