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" /> <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">