| Top |
| void | kkc_segment_list_clear () |
| void | kkc_segment_list_add () |
| KkcSegment * | kkc_segment_list_get () |
| gint | kkc_segment_list_get_offset () |
| void | kkc_segment_list_set_segments () |
| gboolean | kkc_segment_list_first_segment () |
| gboolean | kkc_segment_list_last_segment () |
| void | kkc_segment_list_next_segment () |
| void | kkc_segment_list_previous_segment () |
| gchar * | kkc_segment_list_get_output () |
| gchar * | kkc_segment_list_get_input () |
| KkcSegment ** | kkc_segment_list_to_array () |
| KkcSegmentList * | kkc_segment_list_new () |
| gint | kkc_segment_list_get_cursor_pos () |
| void | kkc_segment_list_set_cursor_pos () |
| gint | kkc_segment_list_get_size () |
void kkc_segment_list_set_segments (KkcSegmentList *self,KkcSegment *segment);
KkcSegment ** kkc_segment_list_to_array (KkcSegmentList *self,int *result_length1);
gint
kkc_segment_list_get_cursor_pos (KkcSegmentList *self);
Get and return the current value of the "cursor-pos" property.
void kkc_segment_list_set_cursor_pos (KkcSegmentList *self,gint value);
Set the value of the "cursor-pos" property to value
.
self |
the KkcSegmentList instance to modify |
|
value |
the new value of the "cursor-pos" property |
gint
kkc_segment_list_get_size (KkcSegmentList *self);
Get and return the current value of the "size" property.
#define KKC_TYPE_SEGMENT_LIST (kkc_segment_list_get_type ())
The type for KkcSegmentList.
struct KkcSegmentListClass {
GObjectClass parent_class;
};
The class structure for KKC_TYPE_SEGMENT_LIST. All the fields in this structure are private and should never be accessed directly.