[poppler] poppler/glib/reference: .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 poppler-docs.sgml, NONE, 1.1 poppler-overrides.txt, NONE, 1.1 poppler-sections.txt, NONE, 1.1 poppler.types, NONE, 1.1

Jonathan Blandford jrb at freedesktop.org
Sun Jan 1 12:34:39 PST 2006


Update of /cvs/poppler/poppler/glib/reference
In directory gabe:/tmp/cvs-serv12568/glib/reference

Added Files:
	.cvsignore Makefile.am poppler-docs.sgml poppler-overrides.txt 
	poppler-sections.txt poppler.types 
Log Message:
Sun Jan  1 15:32:08 2006  Jonathan Blandford  <jrb at redhat.com>

        * glib/reference/*: More gtk-doc work.  Not enabled for building
        by default, but filled in.




--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
poppler-decl-list.txt
poppler-decl.txt
poppler-undocumented.txt
poppler-unused.txt
poppler.args
poppler.hierarchy
poppler.interfaces
poppler.prerequisites
poppler.signals
deprecated
html
xml
*.stamp
*.lo
.libs
version.xml

--- NEW FILE: Makefile.am ---
## Process this file with automake to produce Makefile.in

# We require automake 1.6 at least.
AUTOMAKE_OPTIONS = 1.6

# This is a blank Makefile.am for using gtk-doc.
# Copy this to your project's API docs directory and modify the variables to
# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
# of using the various options.

# The name of the module, e.g. 'glib'.
DOC_MODULE=poppler

# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml

# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
DOC_SOURCE_DIR=$(top_srcdir)/glib

# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=

# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 
SCAN_OPTIONS=

# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
MKDB_OPTIONS=--sgml-mode --output-format=xml --source-suffixes=c,cc,h

# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
MKTMPL_OPTIONS=

# Extra options to supply to gtkdoc-fixref. Not normally needed.
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
FIXXREF_OPTIONS=

# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB=$(top_srcdir)/glib/*.h
CFILE_GLOB=$(top_srcdir)/glib/*.cc

# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=

# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
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=

# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
# e.g. expand_content_files=running.sgml
expand_content_files=

# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir)/glib -I$(top_builddir)/glib	\
	$(CAIRO_CFLAGS)					\
	$(POPPLER_GLIB_CFLAGS)				\
	$(FREETYPE_CFLAGS)

GTKDOC_LIBS=$(top_builddir)/poppler/libpoppler.la	\
	$(top_builddir)/glib/libpoppler-glib.la		\
	$(POPPLER_GLIB_LIBS)				\
	$(FREETYPE_LIBS)				\
	$(cairo_libs)


# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make

# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += 

--- NEW FILE: poppler-docs.sgml ---
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Poppler Reference Manual</title>
  </bookinfo>

  <chapter>
    <title>Poppler</title>
    <xi:include href="xml/poppler.xml"/>
    <xi:include href="xml/poppler-document.xml"/>
    <xi:include href="xml/poppler-page.xml"/>
    <xi:include href="xml/poppler-action.xml"/>
    <xi:include href="xml/poppler-enums.xml"/>
  </chapter>
</book>

--- NEW FILE: poppler-overrides.txt ---

--- NEW FILE: poppler-sections.txt ---
<SECTION>
<FILE>poppler-page</FILE>
poppler_page_render_to_pixbuf
poppler_page_get_size
poppler_page_get_index
poppler_page_get_thumbnail
poppler_page_get_thumbnail_size
poppler_page_find_text
poppler_page_render_to_ps
poppler_page_get_text
poppler_page_get_link_mapping
poppler_page_free_link_mapping
poppler_page_get_selection_region
poppler_page_render_selection
POPPLER_TYPE_RECTANGLE
PopplerRectangle
poppler_rectangle_get_type
poppler_rectangle_new
poppler_rectangle_copy
poppler_rectangle_free
POPPLER_TYPE_LINK_MAPPING
PopplerLinkMapping
poppler_link_mapping_get_type
poppler_link_mapping_new
poppler_link_mapping_copy
poppler_link_mapping_free
<SUBSECTION Standard>
POPPLER_PAGE
POPPLER_IS_PAGE
POPPLER_TYPE_PAGE
poppler_page_get_type
</SECTION>

<SECTION>
<FILE>poppler-document</FILE>
PopplerPageLayout
PopplerPageMode
PopplerFontType
PopplerViewerPreferences
PopplerPermissions
poppler_document_new_from_file
poppler_document_save
poppler_document_get_n_pages
poppler_document_get_page
poppler_document_get_page_by_label
poppler_index_iter_get_type
poppler_index_iter_new
poppler_index_iter_copy
poppler_index_iter_free
poppler_index_iter_get_child
poppler_index_iter_is_open
poppler_index_iter_get_action
poppler_index_iter_next
poppler_font_info_new
poppler_font_info_scan
poppler_font_info_free
poppler_fonts_iter_get_type
poppler_fonts_iter_copy
poppler_fonts_iter_free
poppler_fonts_iter_get_name
poppler_fonts_iter_get_full_name
poppler_fonts_iter_get_font_type
poppler_fonts_iter_is_embedded
poppler_fonts_iter_is_subset
poppler_fonts_iter_next
poppler_ps_file_new
poppler_ps_file_set_paper_size
poppler_ps_file_set_duplex
poppler_ps_file_free
<SUBSECTION Standard>
POPPLER_DOCUMENT
POPPLER_IS_DOCUMENT
POPPLER_TYPE_DOCUMENT
poppler_document_get_type
</SECTION>

<SECTION>
<FILE>poppler-action</FILE>
PopplerActionType
PopplerDestType
PopplerActionAny
PopplerActionGotoDest
PopplerActionGotoRemote
PopplerActionLaunch
PopplerActionUri
PopplerActionNamed
PopplerActionMovie
PopplerDest
PopplerAction
POPPLER_TYPE_ACTION
POPPLER_ACTION
poppler_action_get_type
poppler_action_free
poppler_action_copy
</SECTION>

<SECTION>
<FILE>poppler-enums</FILE>
POPPLER_TYPE_ACTION_TYPE
poppler_action_type_get_type
POPPLER_TYPE_DEST_TYPE
poppler_dest_type_get_type
POPPLER_TYPE_PAGE_LAYOUT
poppler_page_layout_get_type
POPPLER_TYPE_PAGE_MODE
poppler_page_mode_get_type
POPPLER_TYPE_FONT_TYPE
poppler_font_type_get_type
POPPLER_TYPE_VIEWER_PREFERENCES
poppler_viewer_preferences_get_type
POPPLER_TYPE_PERMISSIONS
poppler_permissions_get_type
POPPLER_TYPE_ERROR
poppler_error_get_type
POPPLER_TYPE_ORIENTATION
poppler_orientation_get_type
POPPLER_TYPE_BACKEND
poppler_backend_get_type
</SECTION>

<SECTION>
<FILE>poppler</FILE>
poppler_error_quark
POPPLER_ERROR
PopplerError
PopplerOrientation
PopplerDocument
PopplerIndexIter
PopplerFontsIter
PopplerRectangle
PopplerLinkMapping
PopplerPage
PopplerFontInfo
PopplerPSFile
PopplerBackend
poppler_get_backend
poppler_get_version
</SECTION>

<SECTION>
<FILE>poppler-private</FILE>
PopplerDocument
PopplerPSFile
PopplerFontInfo
PopplerPage
</SECTION>

<SECTION>
<FILE>stamp-poppler-enums</FILE>
</SECTION>


--- NEW FILE: poppler.types ---
#include <poppler.h>

poppler_document_get_type
poppler_page_get_type



More information about the poppler mailing list