[glib: 1/4] gappinfo: Modernize GAppInfo signals docs a bit
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/4] gappinfo: Modernize GAppInfo signals docs a bit
- Date: Tue, 5 Oct 2021 11:59:22 +0000 (UTC)
commit bd7a3e2561ca3809d3633244c26310f0d01bd718
Author: Guido Günther <agx sigxcpu org>
Date: Mon Oct 4 10:04:47 2021 +0200
gappinfo: Modernize GAppInfo signals docs a bit
Use type::signal instead of ::signal so gtk-doc can create links and use
`` for variable names and GVariant type string bits.
gio/gappinfo.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/gappinfo.c b/gio/gappinfo.c
index eff18da83..eed35a92f 100644
--- a/gio/gappinfo.c
+++ b/gio/gappinfo.c
@@ -1147,7 +1147,7 @@ g_app_launch_context_class_init (GAppLaunchContextClass *klass)
* @context: the object emitting the signal
* @startup_notify_id: the startup notification id for the failed launch
*
- * The ::launch-failed signal is emitted when a #GAppInfo launch
+ * The #GAppLaunchContext::launch-failed signal is emitted when a #GAppInfo launch
* fails. The startup notification id is provided, so that the launcher
* can cancel the startup notification.
*
@@ -1166,11 +1166,11 @@ g_app_launch_context_class_init (GAppLaunchContextClass *klass)
* @info: the #GAppInfo that was just launched
* @platform_data: additional platform-specific data for this launch
*
- * The ::launched signal is emitted when a #GAppInfo is successfully
+ * The #GAppLaunchContext::launched signal is emitted when a #GAppInfo is successfully
* launched. The @platform_data is an GVariant dictionary mapping
- * strings to variants (ie a{sv}), which contains additional,
+ * strings to variants (ie `a{sv}`), which contains additional,
* platform-specific data about this launch. On UNIX, at least the
- * "pid" and "startup-notification-id" keys will be present.
+ * `pid` and `startup-notification-id` keys will be present.
*
* Since: 2.36
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]