mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:35:37 +00:00
Change Gtk.SelectionData Uris & SetUris to use string[] by null_term_array="1"
This commit is contained in:
parent
7879029876
commit
f927dd1ec1
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue