ParamSpecFraction

GParamSpec implementations specific to GStreamer.

Last reviewed on 2008-03-11 (0.10.18)

Constructors

this
this(GstParamSpecFraction* gstParamSpecFraction)

Sets our main struct and passes it to the parent class

this
this(string name, string nick, string blurb, int minNum, int minDenom, int maxNum, int maxDenom, int defaultNum, int defaultDenom, GParamFlags flags)

This function creates a fraction GParamSpec for use by objects/elements that want to expose properties of fraction type. This function is typically used in connection with g_object_class_install_property() in a GObjects's instance_init function.

Members

Functions

getParamSpecFractionStruct
GstParamSpecFraction* getParamSpecFractionStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

Variables

gstParamSpecFraction
GstParamSpecFraction* gstParamSpecFraction;

the main Gtk struct

Meta