gstreamer-0.10 Reference Manual

Synopsis

public interface ChildProxy {
    public    signal void               child_added               ( GLib.Object         child )  ;
    public    signal void               child_removed             ( GLib.Object         child )  ;


    public    static void               get                       ( Object              object,
                                                                    ... ) ;
    public    weak Object               get_child_by_name         ( string              name ) ;
    public    static void               get_property              ( Object              object,
                                                                    string              name,
                                                                    GLib.Value          value ) ;
    public    static void               get_valist                ( Object              object,
                                                                    string              first_property_name,
                                                                    void**              var_args ) ;
    public    static bool               lookup                    ( Object              object,
                                                                    string              name,
                                                                    weak Object         target,
                                                                    weak GLib.ParamSpec pspec ) ;
    public    static void               set                       ( Object              object,
                                                                    ... ) ;
    public    static void               set_property              ( Object              object,
                                                                    string              name,
                                                                    GLib.Value          value ) ;
    public    static void               set_valist                ( Object              object,
                                                                    string              first_property_name,
                                                                    void**              var_args ) ;
    public    abstract weak Object      get_child_by_index        ( uint                index ) ;
    public    abstract uint             get_children_count        (  ) ;
}

Description

Details

Signal Details

child_added
    public    signal void               child_added               ( GLib.Object         child )  ;		

child_removed
    public    signal void               child_removed             ( GLib.Object         child )  ;		

Property Details

Method Details

get ()
    public    static void               get                       ( Object              object,
                                                                    ... ) ;		

get_child_by_name ()
    public    weak Object               get_child_by_name         ( string              name ) ;		

get_property ()
    public    static void               get_property              ( Object              object,
                                                                    string              name,
                                                                    GLib.Value          value ) ;		

get_valist ()
    public    static void               get_valist                ( Object              object,
                                                                    string              first_property_name,
                                                                    void**              var_args ) ;		

lookup ()
    public    static bool               lookup                    ( Object              object,
                                                                    string              name,
                                                                    weak Object         target,
                                                                    weak GLib.ParamSpec pspec ) ;		

set ()
    public    static void               set                       ( Object              object,
                                                                    ... ) ;		

set_property ()
    public    static void               set_property              ( Object              object,
                                                                    string              name,
                                                                    GLib.Value          value ) ;		

set_valist ()
    public    static void               set_valist                ( Object              object,
                                                                    string              first_property_name,
                                                                    void**              var_args ) ;		

get_child_by_index ()
    public    abstract weak Object      get_child_by_index        ( uint                index ) ;		

get_children_count ()
    public    abstract uint             get_children_count        (  ) ;		


Created by Valadoc