Table of Contents

Description

Type of formatting string.

Fields

Signature

enum Efl.Ui.Format_String_Type {
    simple: 0,
    time
}

C signature

typedef enum {
    EFL_UI_FORMAT_STRING_TYPE_SIMPLE = 0,
    EFL_UI_FORMAT_STRING_TYPE_TIME
} Efl_Ui_Format_String_Type;