gstreamer-0.10 Reference Manual

Synopsis

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 ) ;
}

Description

Details

Signal Details

Property Details

Method Details

cast ()
    public    static void**             cast                      ( void**              from,
                                                                    GLib.Type           type ) ;		

check ()
    public    static bool               check                     ( void**              from,
                                                                    GLib.Type           type ) ;		

supported ()
    public    abstract bool             supported                 ( GLib.Type           iface_type ) ;		


Created by Valadoc