Method

ClapperEnhancerProxytarget_has_interface

since: 0.10

Declaration [src]

gboolean
clapper_enhancer_proxy_target_has_interface (
  ClapperEnhancerProxy* proxy,
  GType iface_type
)

Description [src]

A convenience function to check if target enhancer implements given interface.

This works only with Clapper specific interfaces as iface_type for writing enhancers. Applications should not care about any other interface types that given enhancer is using internally.

Available since: 0.10

Parameters

iface_type

Type: GType

An interface GType.

Return value

Type: gboolean

Whether target implements given interface.