~mcbits/maya/fix-1420633

« back to all changes in this revision

Viewing changes to vapi/libecal-1.2.vapi

  • Committer: Corentin Noël
  • Date: 2016-10-30 23:15:16 UTC
  • Revision ID: corentin@elementary.io-20161030231516-lly3z72aw8qzk2xa
Finish with the kill of kittens

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
[CCode (cprefix = "E", gir_namespace = "ECalendar", gir_version = "1.2", lower_case_cprefix = "e_")]
4
4
namespace E {
5
5
        [CCode (cheader_filename = "libecal/libecal.h", type_id = "e_cal_get_type ()")]
6
 
        [Deprecated (since = "3.2")]
 
6
        [Version (deprecated = true, deprecated_since = "3.2")]
7
7
        public class Cal : GLib.Object {
8
8
                public virtual signal void backend_died ();
9
9
                public virtual signal void backend_error (string message);
90
90
        public class CalClientView : GLib.Object {
91
91
                [CCode (has_construct_function = false)]
92
92
                protected CalClientView ();
93
 
                [Deprecated (since = "3.10")]
 
93
                [Version (deprecated = true, deprecated_since = "3.10")]
94
94
                public E.CalClient get_client ();
95
95
                public bool is_running ();
96
96
                public E.CalClient ref_client ();
208
208
                public void set_due (E.CalComponentDateTime dt);
209
209
                public void set_exdate_list (GLib.SList exdate_list);
210
210
                public void set_exrule_list (GLib.SList<E.CalComponentRange> recur_list);
211
 
                public void set_geo (iCal.GeoType* geo);
 
211
                public void set_geo (owned iCal.GeoType geo);
212
212
                public bool set_icalcomponent (owned iCal.Component icalcomp);
213
213
                public void set_last_modified (iCal.TimeType t);
214
214
                public void set_location (string location);
256
256
                public E.CalChangeType type;
257
257
        }
258
258
        [CCode (cheader_filename = "libecal/libecal.h", type_id = "e_cal_view_get_type ()")]
259
 
        [Deprecated (since = "3.2")]
 
259
        [Version (deprecated = true, deprecated_since = "3.2")]
260
260
        public class CalView : GLib.Object {
261
261
                [CCode (has_construct_function = false)]
262
262
                protected CalView ();
263
 
                [Deprecated (since = "3.2")]
 
263
                [Version (deprecated = true, deprecated_since = "3.2")]
264
264
                public void start ();
265
 
                [Deprecated (since = "3.2")]
 
265
                [Version (deprecated = true, deprecated_since = "3.2")]
266
266
                public void stop ();
267
267
                [NoAccessorMethod]
268
268
                public E.Cal client { owned get; construct; }