Package ch.bailu.gtk.gobject
Schnittstelle TypePluginClass.OnTypePluginCompleteInterfaceInfo
- Umschließende Klasse:
TypePluginClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onTypePluginCompleteInterfaceInfo
(CallbackHandler __self, TypePlugin plugin, long instance_type, long interface_type, InterfaceInfo info) The type of the @complete_interface_info function of #GTypePluginClass.
-
Methodendetails
-
onTypePluginCompleteInterfaceInfo
void onTypePluginCompleteInterfaceInfo(CallbackHandler __self, @Nonnull TypePlugin plugin, long instance_type, long interface_type, @Nonnull InterfaceInfo info) The type of the @complete_interface_info function of #GTypePluginClass.- Parameter:
plugin
- the #GTypePlugininstance_type
- the #GType of an instantiatable type to which the interface is addedinterface_type
- the #GType of the interface whose info is completedinfo
- the #GInterfaceInfo to fill in
-