diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-11-01 22:42:04 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-11-07 09:57:24 +0900 |
commit | 9c9278cd458422b73a3016ba056c0267d3d65bfb (patch) | |
tree | 2c5a5aa3f6d94a2f7ecd86674c59d8f95ac67108 /src/lib | |
parent | 03b22c4d7b41c2310b4c25ed7ce8543942d638d5 (diff) |
cxx: Fix a few examples
- Calendar: Some examples can't be ported. Not good.
- Toolbar: Needs the new API to be completed.
- Clock: Crashes at runtime.
Ping @felipealmeida
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elementary/efl_ui_calendar.eo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo index f1afa05f04..43d4508516 100644 --- a/src/lib/elementary/efl_ui_calendar.eo +++ b/src/lib/elementary/efl_ui_calendar.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | import efl_types; | 1 | import efl_types; |
2 | 2 | ||
3 | type Efl_Ui_Calendar_Format_Cb: __undefined_type; [[Elementary calendar format callback type]] | ||
4 | |||
5 | enum Efl.Ui.Calendar.Weekday | 3 | enum Efl.Ui.Calendar.Weekday |
6 | { | 4 | { |
7 | [[A weekday | 5 | [[A weekday |