Interface

GObject-2.0GObjectBindingConstructorProps

interface ConstructorProps {
    flags: GObject.BindingFlags;
    source: GObject.Object;
    source_property: string;
    sourceProperty: string;
    target: GObject.Object;
    target_property: string;
    targetProperty: string;
}

Hierarchy (View Summary)

Index

Properties

source: GObject.Object
source_property: string
sourceProperty: string
target: GObject.Object
target_property: string
targetProperty: string