mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gdbus-codegen: Remove DocBook link tags from generated code
gtk-doc long since switched to Markdown, so we shouldn’t be emitting DocBook `<link>` tags. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #1130
This commit is contained in:
parent
32c84b076d
commit
9a93fd93f0
@ -1670,7 +1670,7 @@ class CodeGenerator:
|
||||
' * @user_data: User data to pass to @callback.\n'
|
||||
' *\n'
|
||||
' * Asynchronously invokes the %s.%s() D-Bus method on @proxy.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n'
|
||||
' * You can then call %s_call_%s_finish() to get the result of the operation.\n'
|
||||
' *\n'
|
||||
' * See %s_call_%s_sync() for the synchronous, blocking version of this method.\n'
|
||||
@ -2213,7 +2213,7 @@ class CodeGenerator:
|
||||
' *\n'
|
||||
' * Asynchronously creates a proxy for the D-Bus interface #%s. See g_dbus_proxy_new() for more details.\n'
|
||||
' *\n'
|
||||
' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n'
|
||||
' * You can then call %s_proxy_new_finish() to get the result of the operation.\n'
|
||||
' *\n'
|
||||
' * See %s_proxy_new_sync() for the synchronous, blocking version of this constructor.\n'
|
||||
@ -2311,7 +2311,7 @@ class CodeGenerator:
|
||||
' *\n'
|
||||
' * Like %s_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n'
|
||||
' *\n'
|
||||
' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n'
|
||||
' * You can then call %s_proxy_new_for_bus_finish() to get the result of the operation.\n'
|
||||
' *\n'
|
||||
' * See %s_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n'
|
||||
@ -3519,7 +3519,7 @@ class CodeGenerator:
|
||||
' *\n'
|
||||
' * Asynchronously creates #GDBusObjectManagerClient using %sobject_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new() for more details.\n'
|
||||
' *\n'
|
||||
' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n'
|
||||
' * You can then call %sobject_manager_client_new_finish() to get the result of the operation.\n'
|
||||
' *\n'
|
||||
' * See %sobject_manager_client_new_sync() for the synchronous, blocking version of this constructor.\n'
|
||||
@ -3617,7 +3617,7 @@ class CodeGenerator:
|
||||
' *\n'
|
||||
' * Like %sobject_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.\n'
|
||||
' *\n'
|
||||
' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
|
||||
' * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n'
|
||||
' * You can then call %sobject_manager_client_new_for_bus_finish() to get the result of the operation.\n'
|
||||
' *\n'
|
||||
' * See %sobject_manager_client_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n'
|
||||
|
Loading…
Reference in New Issue
Block a user