Skip to content

Commit

Permalink
Fixed some functions signature on gobject2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 8, 2023
1 parent aafa791 commit d91ac13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/wrapped/wrappedgobject2_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,27 +279,27 @@ GO(g_type_check_instance_is_fundamentally_a, iFpi)
GO(g_type_check_is_value_type, iFpi)
GO(g_type_check_value, iFp)
GO(g_type_check_value_holds, iFpi)
GO(g_type_children, pFip)
GO(g_type_children, pFLp)
GO(g_type_class_add_private, vFpu)
GO(g_type_class_adjust_private_offset, vFpp)
GO(g_type_class_get_instance_private_offset, iFp)
GO(g_type_class_get_private, pFpi)
GO(g_type_class_peek, pFi)
GO(g_type_class_peek, pFL)
GOM(g_type_class_peek_parent, pFEp)
GO(g_type_class_peek_static, pFi)
GO(g_type_class_peek_static, pFL)
GO(g_type_class_ref, pFp)
GO(g_type_class_unref, vFp)
GO(g_type_class_unref_uncached, vFp)
GO(g_type_create_instance, pFi)
GO(g_type_default_interface_peek, pFi)
GO(g_type_default_interface_ref, pFi)
GO(g_type_default_interface_ref, pFL)
GO(g_type_default_interface_unref, vFp)
GO(g_type_depth, uFi)
GO(g_type_ensure, vFi)
GO(g_type_ensure, vFL)
GO(g_type_free_instance, vFp)
GO(g_type_from_name, iFp)
GO(g_type_from_name, LFp)
GO(g_type_fundamental, iFi)
GO(g_type_fundamental_next, iFv)
GO(g_type_fundamental_next, LFv)
//GOM(g_type_get_plugin, pFEi) // GTypePugin is a stuct with callback
GO(g_type_get_qdata, pFip)
GO(g_type_get_type_registration_serial, uFv)
Expand Down

0 comments on commit d91ac13

Please sign in to comment.