public interface ImplementsInterface {
public static void** cast ( void** from,
GLib.Type type ) ;
public static bool check ( void** from,
GLib.Type type ) ;
public abstract bool supported ( GLib.Type iface_type ) ;
}
public static void** cast ( void** from,
GLib.Type type ) ;
public static bool check ( void** from,
GLib.Type type ) ;
public abstract bool supported ( GLib.Type iface_type ) ;
Created by Valadoc