mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
docs(gio/overview): Restore missing heading
This commit is contained in:
parent
81eaabb308
commit
471bd469f1
@ -174,7 +174,9 @@ The synchronous versions of functions can be used early in application
|
||||
startup when there is no main loop to block, for example to load initial
|
||||
configuration files. They can also be used for I/O on files which are
|
||||
guaranteed to be small and on the local disk. Note that the user’s home
|
||||
directory is not guaranteed to be on the local disk. Security
|
||||
directory is not guaranteed to be on the local disk.
|
||||
|
||||
### Security
|
||||
|
||||
When your program needs to carry out some privileged operation (say, create
|
||||
a new user account), there are various ways in which you can go about this:
|
||||
|
Loading…
Reference in New Issue
Block a user