diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-12-20 02:13:34 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-12-20 02:13:34 +0800 |
commit | e90aa50001b8014497651628666455ab5c12c7b0 (patch) | |
tree | 059a7908ff4aeba98e11047faa68995080218c96 /help/devel/calendar/cal-client/evolution-cal-client-sections.txt | |
parent | de861766eded0c80ffbe050088043a16d7e4923f (diff) | |
download | gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar.gz gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar.bz2 gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar.lz gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar.xz gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.tar.zst gsoc2013-evolution-e90aa50001b8014497651628666455ab5c12c7b0.zip |
Added proper dependency lists to the gtk-doc mess.
2000-12-19 Federico Mena Quintero <federico@helixcode.com>
Added proper dependency lists to the gtk-doc mess.
* calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused
variable.
(SOURCE_FILES): New variable with the list of source files we
depend on.
(IGNORED_SOURCE_HEADERS): New variable with the headers we ignore
for the gtkdoc-scan phase.
(scan_generated):
(tmpl_dependencies):
(tmpl_sources):
(tmpl_generated);
(sgml_dependencies):
(sgml_generated): Lists of stuff that is generated and that other
stuff depends on.
(all): Added the $(sgml_generated) as the final target.
(install-data-local): Added an installation hook; gtk-doc seems to
want some of its generated files to be installed.
* calendar/cal-client/evolution-cal-client-sections.txt: Updated.
* calendar/cal-util/Makefile.am: Made the same changes as for
calendar/cal-client/Makefile.am.
* calendar/cal-util/evolution-cal-util-sections.txt: Updated.
* Makefile.am (local_entities): Added alarm-generation.sgml.
(all): Made the main target be the html/index.html.
svn path=/trunk/; revision=7084
Diffstat (limited to 'help/devel/calendar/cal-client/evolution-cal-client-sections.txt')
-rw-r--r-- | help/devel/calendar/cal-client/evolution-cal-client-sections.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/help/devel/calendar/cal-client/evolution-cal-client-sections.txt b/help/devel/calendar/cal-client/evolution-cal-client-sections.txt index c37b223247..3e4eafbf48 100644 --- a/help/devel/calendar/cal-client/evolution-cal-client-sections.txt +++ b/help/devel/calendar/cal-client/evolution-cal-client-sections.txt @@ -7,17 +7,22 @@ CAL_CLIENT CalClientLoadStatus CalClientGetStatus + +CalClientChangeType + cal_client_new cal_client_load_calendar cal_client_create_calendar +cal_client_is_loaded cal_client_get_n_objects +cal_client_get_uids cal_client_get_object +cal_client_get_changes +cal_client_change_list_free cal_client_get_objects_in_range cal_client_generate_instances -cal_client_get_uid_by_pilot_id -cal_client_update_pilot_id -cal_client_get_uids cal_client_get_alarms_in_range +cal_client_free_alarms cal_client_get_alarms_for_object cal_client_update_object cal_client_remove_object @@ -33,5 +38,6 @@ cal_client_construct <SUBSECTION Private> CalClient +CalClientPrivate </SECTION> |