made the 'calobj' argument to be inout, so that the caller gets the
authorRodrigo Moya <rodrigo@ximian.com>
Thu, 25 Mar 2004 13:30:31 +0000 (13:30 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Thu, 25 Mar 2004 13:30:31 +0000 (13:30 +0000)
commit732ddf419aa5f584664dd362a08cbc2abe90740e
tree8c06267304f78fb4100a16eb8216cfdbd390db53
parenta2708564b552b53ec73dd75870734b6e30479731
made the 'calobj' argument to be inout, so that the caller gets the

2004-03-25  Rodrigo Moya <rodrigo@ximian.com>

* libedata-cal/e-cal-backend-sync.[ch]
(e_cal_backend_sync_create_object): made the 'calobj' argument to
be inout, so that the caller gets the modified component, not the
original one sent to the backend.
(_e_cal_backend_sync_create_object): ditto, and notify listeners with
the modified calobj.

* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_create_object):
* backends/file/e-cal-backend-file.c (e_cal_backend_file_create_object):
adapted to changes in ECalBackendSync, and return the modified object
to the caller.
calendar/ChangeLog
calendar/backends/file/e-cal-backend-file.c
calendar/backends/groupwise/e-cal-backend-groupwise.c
calendar/backends/http/e-cal-backend-http.c
calendar/libedata-cal/e-cal-backend-sync.c
calendar/libedata-cal/e-cal-backend-sync.h