Merge pull request #21 from grendello/fix_actionmap
Fix the ActionMap.AddActionEntries API
This commit is contained in:
commit
669efed8a2
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@
|
|||
<method name="AddActionEntries" cname="g_action_map_add_action_entries">
|
||||
<return-type type="void" />
|
||||
<parameters>
|
||||
<parameter type="const-GActionEntry*" name="entries" />
|
||||
<parameter type="const-GActionEntry*" name="entries" array="true" />
|
||||
<parameter type="gint" name="n_entries" />
|
||||
<parameter type="gpointer" name="user_data" />
|
||||
</parameters>
|
||||
|
|
Loading…
Reference in a new issue