mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gdbus-codegen: Add "Returns:" blurb for generated get_proxy_type()
This was forgotten. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
68ba1bf074
commit
3238a6ffe7
@ -2244,6 +2244,8 @@ class CodeGenerator:
|
||||
' * @user_data: User data (unused).\n'
|
||||
' *\n'
|
||||
' * A #GDBusProxyFunc that maps @interface_name to the generated #GDBusProxy<!-- -->-derived types.\n'
|
||||
' *\n'
|
||||
' * Returns: A #GDBusProxy<!-- -->-derived #GType.\n'
|
||||
%(self.ns_lower)))
|
||||
self.c.write(' */\n')
|
||||
self.c.write('GType\n'
|
||||
|
Loading…
Reference in New Issue
Block a user