docs: fix up docs issues in gio/

This commit is contained in:
Xavier Claessens
2015-02-05 16:20:43 +01:00
committed by Ryan Lortie
parent 6a97275c45
commit 74c22150cf
49 changed files with 385 additions and 26 deletions

View File

@@ -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.
*