mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 04:44:16 +02:00
docs: mark macros, flags, enums with percent sign
This commit is contained in:
committed by
Philip Withnall
parent
887f73d34e
commit
7e64004db0
@@ -5268,7 +5268,7 @@ obj_message_func (GDBusConnection *connection,
|
||||
* #GVariant of incorrect type.
|
||||
*
|
||||
* If an existing callback is already registered at @object_path and
|
||||
* @interface_name, then @error is set to #G_IO_ERROR_EXISTS.
|
||||
* @interface_name, then @error is set to %G_IO_ERROR_EXISTS.
|
||||
*
|
||||
* GDBus automatically implements the standard D-Bus interfaces
|
||||
* org.freedesktop.DBus.Properties, org.freedesktop.DBus.Introspectable
|
||||
@@ -6930,7 +6930,7 @@ subtree_message_func (GDBusConnection *connection,
|
||||
*
|
||||
* When handling remote calls into any node in the subtree, first the
|
||||
* @enumerate function is used to check if the node exists. If the node exists
|
||||
* or the #G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES flag is set
|
||||
* or the %G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES flag is set
|
||||
* the @introspection function is used to check if the node supports the
|
||||
* requested method. If so, the @dispatch function is used to determine
|
||||
* where to dispatch the call. The collected #GDBusInterfaceVTable and
|
||||
@@ -6942,7 +6942,7 @@ subtree_message_func (GDBusConnection *connection,
|
||||
* of the thread you are calling this method from.
|
||||
*
|
||||
* If an existing subtree is already registered at @object_path or
|
||||
* then @error is set to #G_IO_ERROR_EXISTS.
|
||||
* then @error is set to %G_IO_ERROR_EXISTS.
|
||||
*
|
||||
* Note that it is valid to register regular objects (using
|
||||
* g_dbus_connection_register_object()) in a subtree registered with
|
||||
|
Reference in New Issue
Block a user