Top | ![]() |
![]() |
![]() |
![]() |
KkcSegment * | kkc_segment_new () |
const gchar * | kkc_segment_get_input () |
void | kkc_segment_set_input () |
const gchar * | kkc_segment_get_output () |
void | kkc_segment_set_output () |
const gchar *
kkc_segment_get_input (KkcSegment *self
);
Get and return the current value of the "input" property.
void kkc_segment_set_input (KkcSegment *self
,const gchar *value
);
Set the value of the "input" property to value
.
const gchar *
kkc_segment_get_output (KkcSegment *self
);
Get and return the current value of the "output" property.
void kkc_segment_set_output (KkcSegment *self
,const gchar *value
);
Set the value of the "output" property to value
.
struct KkcSegmentClass { GObjectClass parent_class; };
The class structure for KKC_TYPE_SEGMENT
. All the fields in this structure are private and should never be accessed directly.