[glib/mwleeds/fix-codegen-typo] gdbus-codegen: Fix a typo in a comment
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/mwleeds/fix-codegen-typo] gdbus-codegen: Fix a typo in a comment
- Date: Wed, 12 Jan 2022 04:11:30 +0000 (UTC)
commit 6342922d274c7ab0cf9b1ea1d91971291930bc9f
Author: Phaedrus Leeds <mwleeds protonmail com>
Date: Tue Jan 11 20:03:13 2022 -0800
gdbus-codegen: Fix a typo in a comment
gio/gdbus-2.0/codegen/codegen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gdbus-2.0/codegen/codegen.py b/gio/gdbus-2.0/codegen/codegen.py
index 9d28cb77d..d8d9a8521 100644
--- a/gio/gdbus-2.0/codegen/codegen.py
+++ b/gio/gdbus-2.0/codegen/codegen.py
@@ -2101,7 +2101,7 @@ class CodeGenerator:
" *\n"
" * Signal emitted when a remote caller is invoking the %s.%s() D-Bus method.\n"
" *\n"
- " * If a signal handler returns %%TRUE, it means the signal handler will handle
the invocation (e.g. take a reference to @invocation and eventually call %s_complete_%s() or e.g.
g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler
handles the invocation, the %%G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n"
+ " * If a signal handler returns %%TRUE, it means the signal handler will handle
the invocation (e.g. take a reference to @invocation and eventually call %s_complete_%s() or e.g.
g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler
handles the invocation, the %%G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n"
" *\n"
" * Returns: %%G_DBUS_METHOD_INVOCATION_HANDLED or %%TRUE if the invocation was
handled, %%G_DBUS_METHOD_INVOCATION_UNHANDLED or %%FALSE to let other signal handlers run.\n"
% (i.name, m.name, i.name_lower, m.name_lower),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]