You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ewlsh for example on Gio.DBusNodeInfo, here are the GIR XML definitions:
<recordname="DBusNodeInfo"c:type="GDBusNodeInfo"version="2.26"glib:type-name="GDBusNodeInfo"glib:get-type="g_dbus_node_info_get_type"c:symbol-prefix="dbus_node_info">
<fieldname="ref_count"writable="1">
<docxml:space="preserve"filename="gio/gdbusintrospection.h"line="164">The reference count or -1 if statically allocated.</doc>
<typename="gint"c:type="gint"/>
</field>
<fieldname="path"writable="1">
<docxml:space="preserve"filename="gio/gdbusintrospection.h"line="165">The path of the node or %NULL if omitted. Note that this may be a relative path. See the D-Bus specification for more details.</doc>
<typename="utf8"c:type="gchar*"/>
</field>
<fieldname="interfaces"writable="1">
<docxml:space="preserve"filename="gio/gdbusintrospection.h"line="166">A pointer to a %NULL-terminated array of pointers to #GDBusInterfaceInfo structures or %NULL if there are no interfaces.</doc>
<arrayc:type="GDBusInterfaceInfo**">
<typename="DBusInterfaceInfo"c:type="GDBusInterfaceInfo*"/>
</array>
</field>
<fieldname="nodes"writable="1">
<docxml:space="preserve"filename="gio/gdbusintrospection.h"line="167">A pointer to a %NULL-terminated array of pointers to #GDBusNodeInfo structures or %NULL if there are no nodes.</doc>
<arrayc:type="GDBusNodeInfo**">
<typename="DBusNodeInfo"c:type="GDBusNodeInfo*"/>
</array>
</field>
<fieldname="annotations"writable="1">
<docxml:space="preserve"filename="gio/gdbusintrospection.h"line="168">A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.</doc>
<arrayc:type="GDBusAnnotationInfo**">
<typename="DBusAnnotationInfo"c:type="GDBusAnnotationInfo*"/>
</array>
</field>
...
So the generated class fields should look like this:
@ewlsh for example on
Gio.DBusNodeInfo
, here are the GIR XML definitions:So the generated class fields should look like this:
But currently it is looking like this:
The Structure members are also in the documentation.
The text was updated successfully, but these errors were encountered: