Merge pull request #134 from awittaker/SetUris_Fix

Change Gtk.SelectionData Uris & SetUris to use string[]
This commit is contained in:
Harry 2020-03-28 19:10:24 +01:00 committed by GitHub
commit fa8f659429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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