Merge pull request #134 from awittaker/SetUris_Fix
Change Gtk.SelectionData Uris & SetUris to use string[]
This commit is contained in:
commit
fa8f659429
1 changed files with 2 additions and 2 deletions
|
@ -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