mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:05:41 +00:00
Change Gtk.Application action/accel related calls to use string[]
This commit is contained in:
parent
7879029876
commit
a0b3f306ea
|
@ -5408,7 +5408,7 @@
|
|||
</parameters>
|
||||
</method>
|
||||
<method name="GetAccelsForAction" cname="gtk_application_get_accels_for_action">
|
||||
<return-type type="gchar**" />
|
||||
<return-type type="const-gchar**" />
|
||||
<parameters>
|
||||
<parameter type="const-gchar*" name="detailed_action_name" />
|
||||
</parameters>
|
||||
|
@ -5489,7 +5489,7 @@
|
|||
<return-type type="void" />
|
||||
<parameters>
|
||||
<parameter type="const-gchar*" name="detailed_action_name" />
|
||||
<parameter type="const-gchar*" name="accels" />
|
||||
<parameter type="const-gchar**" name="accels" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="SetAppMenu" cname="gtk_application_set_app_menu">
|
||||
|
|
|
@ -251,6 +251,9 @@
|
|||
<attr path="/api/namespace/object[@cname='GtkAdjustment']/method[@name='Changed']" name="name">Change</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkAdjustment']/method[@name='ValueChanged']" name="name">ChangeValue</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkApplication']/method[@name='GetWindows']/return-type" name="element_type">GtkWindow*</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkApplication']/method[@name='SetAccelsForAction']/*/*[@name='accels']" name="null_term_array">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkApplication']/method[@name='GetAccelsForAction']/return-type" name="null_term_array">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkApplication']/method[@name='GetActionsForAccel']/return-type" name="null_term_array">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkArrow']/method[@name='Set']" name="hidden">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkBin']/method[@name='GetChild']" name="hidden">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkBuilder']/constructor[@cname='gtk_builder_new_from_file']" name="hidden">1</attr>
|
||||
|
|
Loading…
Reference in a new issue