KkcSegment

KkcSegment

Functions

Properties

gchar * input Read / Write / Construct
gchar * output Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── KkcSegment

Description

Functions

kkc_segment_new ()

KkcSegment *
kkc_segment_new (const gchar *input,
                 const gchar *output);

Parameters

input

 

 

output

 

 

kkc_segment_get_input ()

const gchar *
kkc_segment_get_input (KkcSegment *self);

Get and return the current value of the "input" property.

Parameters

self

the KkcSegment instance to query

 

Returns

the value of the "input" property


kkc_segment_set_input ()

void
kkc_segment_set_input (KkcSegment *self,
                       const gchar *value);

Set the value of the "input" property to value .

Parameters

self

the KkcSegment instance to modify

 

value

the new value of the "input" property

 

kkc_segment_get_output ()

const gchar *
kkc_segment_get_output (KkcSegment *self);

Get and return the current value of the "output" property.

Parameters

self

the KkcSegment instance to query

 

Returns

the value of the "output" property


kkc_segment_set_output ()

void
kkc_segment_set_output (KkcSegment *self,
                        const gchar *value);

Set the value of the "output" property to value .

Parameters

self

the KkcSegment instance to modify

 

value

the new value of the "output" property

 

Types and Values

KKC_TYPE_SEGMENT

#define KKC_TYPE_SEGMENT (kkc_segment_get_type ())

The type for KkcSegment.


struct KkcSegment

struct KkcSegment;

struct KkcSegmentClass

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.

Members

Property Details

The “input” property

  “input”                    gchar *

input.

Flags: Read / Write / Construct

Default value: NULL


The “output” property

  “output”                   gchar *

output.

Flags: Read / Write

Default value: NULL