mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Some documentation tweaks
Add links to the D-Bus docs in some places, and various other additions.
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
* Instances of the #GDBusMethodInvocation class are used when
|
||||
* handling D-Bus method calls. It provides a way to asynchronously
|
||||
* return results and errors.
|
||||
*
|
||||
* The normal way to obtain a #GDBusMethodInvocation object is to receive
|
||||
* it as an argument to the handle_method_call() function in a
|
||||
* #GDBusInterfaceVTable that was passed to g_dbus_connection_register_object().
|
||||
*/
|
||||
|
||||
struct _GDBusMethodInvocationPrivate
|
||||
|
Reference in New Issue
Block a user