mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: fix up docs issues in gio/
This commit is contained in:
committed by
Ryan Lortie
parent
6a97275c45
commit
74c22150cf
@@ -163,6 +163,14 @@
|
||||
* [gapplication-example-dbushooks.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-dbushooks.c).
|
||||
*/
|
||||
|
||||
/**
|
||||
* GApplication:
|
||||
*
|
||||
* #GApplication is an opaque data structure and can only be accessed
|
||||
* using the following functions.
|
||||
* Since: 2.28
|
||||
*/
|
||||
|
||||
/**
|
||||
* GApplicationClass:
|
||||
* @startup: invoked on the primary instance immediately after registration
|
||||
@@ -202,6 +210,8 @@
|
||||
* @dbus_unregister: invoked locally during unregistration, if the application
|
||||
* is using its D-Bus backend. Use this to undo anything done by the
|
||||
* @dbus_register vfunc. Since: 2.34
|
||||
* @handle_local_options: invoked locally after the parsing of the commandline
|
||||
* options has occurred.
|
||||
*
|
||||
* Virtual function table for #GApplication.
|
||||
*
|
||||
|
Reference in New Issue
Block a user