elm calendar: add mark_del method and move Elm_Calendar_Mark to .eo file
authorVitor Sousa <vitorsousasilva@gmail.com>
Tue, 26 Jan 2016 13:02:52 +0000 (13:02 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 2 Feb 2016 10:22:30 +0000 (10:22 +0000)
commit363a3b4438f1c2975de7f8f6d666132b408714aa
tree62dec7dd844620310ab0fcee350994a755f3c5d8
parentd3deb1e6a74e9ab61b6ed8bb5b440c6988621a01
elm calendar: add mark_del method and move Elm_Calendar_Mark to .eo file

Summary:
Add mark_del as a method in the Elm.Calendar class.
Move the elm_calendar_mark_del() function (which do not receive an Eo object)
to elm_calendar_legacy.h.

Move the declaration of Elm_Calendar_Mark to elm_calendar.eo as an opaque
struct.
Rename it to Elm.Calendar.Mark to follow eolian standards.

Update documentation to refer to mark_del method instead of the
elm_calendar_mark_del() function.

Reviewers: felipealmeida, vinipsmaker, larryolj, cedric, tasn

Reviewed By: tasn

Differential Revision: https://phab.enlightenment.org/D3582
legacy/elementary/src/lib/elm_calendar.c
legacy/elementary/src/lib/elm_calendar.eo
legacy/elementary/src/lib/elm_calendar_common.h
legacy/elementary/src/lib/elm_calendar_legacy.h