Change Gtk.SelectionData Uris & SetUris to use string[] by null_term_array="1"

This commit is contained in:
awittaker 2020-02-10 15:00:07 +00:00
parent 7879029876
commit f927dd1ec1

View File

@ -31967,7 +31967,7 @@
<return-type type="GType" /> <return-type type="GType" />
</method> </method>
<method name="GetUris" cname="gtk_selection_data_get_uris"> <method name="GetUris" cname="gtk_selection_data_get_uris">
<return-type type="gchar**" /> <return-type type="gchar**" null_term_array="1" />
</method> </method>
<method name="Set" cname="gtk_selection_data_set"> <method name="Set" cname="gtk_selection_data_set">
<return-type type="void" /> <return-type type="void" />
@ -31994,7 +31994,7 @@
<method name="SetUris" cname="gtk_selection_data_set_uris"> <method name="SetUris" cname="gtk_selection_data_set_uris">
<return-type type="gboolean" /> <return-type type="gboolean" />
<parameters> <parameters>
<parameter type="gchar**" name="uris" /> <parameter type="gchar**" name="uris" null_term_array="1" />
</parameters> </parameters>
</method> </method>
<method name="TargetsIncludeImage" cname="gtk_selection_data_targets_include_image"> <method name="TargetsIncludeImage" cname="gtk_selection_data_targets_include_image">