[poppler] 2 commits - glib/poppler-page.cc glib/reference
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Fri Jul 2 03:47:39 PDT 2010
glib/poppler-page.cc | 8 ++++++++
glib/reference/poppler-docs.sgml | 4 ++++
2 files changed, 12 insertions(+)
New commits:
commit 3160950a7d7161457405c9084c31af230329b3f0
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date: Fri Jul 2 12:47:04 2010 +0200
[glib] docs: Add index of deprecated symbols
diff --git a/glib/reference/poppler-docs.sgml b/glib/reference/poppler-docs.sgml
index dc8bf40..e15cf16 100644
--- a/glib/reference/poppler-docs.sgml
+++ b/glib/reference/poppler-docs.sgml
@@ -30,6 +30,10 @@
<title>Index of all symbols</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index id="api-index-deprecated" role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
<index id="api-index-0-12">
<title>Index of new symbols in 0.12</title>
<xi:include href="xml/api-index-0.12.xml"><xi:fallback /></xi:include>
commit 593db7acf6edce1267f69d12310bf4098ff24c97
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date: Fri Jul 2 12:44:39 2010 +0200
[glib] docs: deprecate GDK API
diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc
index c5d696c..a1accf2 100644
--- a/glib/poppler-page.cc
+++ b/glib/poppler-page.cc
@@ -600,6 +600,8 @@ _poppler_page_render_to_pixbuf (PopplerPage *page,
* This function is for rendering a page that will be displayed.
* If you want to render a page that will be printed use
* poppler_page_render_to_pixbuf_for_printing() instead
+ *
+ * Deprecated: 0.16
**/
void
poppler_page_render_to_pixbuf (PopplerPage *page,
@@ -635,6 +637,8 @@ poppler_page_render_to_pixbuf (PopplerPage *page,
* then render the rectangle given by the upper left corner at
* (src_x, src_y) and src_width and src_height.
* This function is for rendering a page that will be printed.
+ *
+ * Deprecated: 0.16
**/
void
poppler_page_render_to_pixbuf_for_printing (PopplerPage *page,
@@ -665,6 +669,8 @@ poppler_page_render_to_pixbuf_for_printing (PopplerPage *page,
*
* Return value: the tumbnail as a #GdkPixbuf or %NULL if the document
* doesn't have a thumbnail for this page.
+ *
+ * Deprecated: 0.16
**/
GdkPixbuf *
poppler_page_get_thumbnail_pixbuf (PopplerPage *page)
@@ -702,6 +708,8 @@ poppler_page_get_thumbnail_pixbuf (PopplerPage *page)
* If non-NULL, @old_selection specifies the selection that is already
* rendered in @pixbuf, in which case this function will (some day)
* only render the changed part of the selection.
+ *
+ * Deprecated: 0.16
**/
void
poppler_page_render_selection_to_pixbuf (PopplerPage *page,
More information about the poppler
mailing list