diff options
author | Christian Persch <[email protected]> | 2013-07-30 13:43:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-07 13:13:58 +0200 |
commit | d9715c87eda99a13a6ea61bd9d911a11b7b0ce97 (patch) | |
tree | ff6fcba9a9397c55ec2067cf9eaf785e68f6c490 /help/reference | |
parent | 5c7cc863a54b87230dd5f8c97cb1a3fd0df5c2fe (diff) | |
download | atril-d9715c87eda99a13a6ea61bd9d911a11b7b0ce97.tar.bz2 atril-d9715c87eda99a13a6ea61bd9d911a11b7b0ce97.tar.xz |
docs: libview: Re-add type builtins section
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=1f729d7
Diffstat (limited to 'help/reference')
-rw-r--r-- | help/reference/libview/Makefile.am | 3 | ||||
-rw-r--r-- | help/reference/libview/libatrilview-sections.txt | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am index dce0dcd1..08164f10 100644 --- a/help/reference/libview/Makefile.am +++ b/help/reference/libview/Makefile.am @@ -83,7 +83,7 @@ HTML_IMAGES = # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml content_files = \ - version.xml + version.xml # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files @@ -101,6 +101,7 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir)/libview \ -I$(top_srcdir)/libdocument \ -I$(top_builddir)/libdocument \ + -I$(top_builddir)/libview \ -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATEDATADIR=\"$(datadir)\" \ -DATRIL_UIDIR=\"$(pkgdatadir)\" \ diff --git a/help/reference/libview/libatrilview-sections.txt b/help/reference/libview/libatrilview-sections.txt index ac958a9f..b888273f 100644 --- a/help/reference/libview/libatrilview-sections.txt +++ b/help/reference/libview/libatrilview-sections.txt @@ -319,6 +319,20 @@ ev_stock_icons_set_screen </SECTION> <SECTION> +<FILE>ev-view-type-builtins</FILE> +ev_sizing_mode_get_type +EV_TYPE_SIZING_MODE +ev_page_layout_get_type +EV_TYPE_PAGE_LAYOUT +ev_job_run_mode_get_type +EV_TYPE_JOB_RUN_MODE +ev_job_page_data_flags_get_type +EV_TYPE_JOB_PAGE_DATA_FLAGS +ev_job_priority_get_type +EV_TYPE_JOB_PRIORITY +</SECTION> + +<SECTION> <FILE>ev-job-scheduler</FILE> EvJobPriority ev_job_scheduler_push_job |