pangomm r30 - in trunk: . docs/reference pango/src



Author: murrayc
Date: Thu Nov 13 10:13:34 2008
New Revision: 30
URL: http://svn.gnome.org/viewvc/pangomm?rev=30&view=rev

Log:
2008-11-13  Murray Cumming  <murrayc murrayc com>

* docs/reference/Doxyfile.in: Add some more newin2p* aliases.
* pango/src/layout.hg: Mark show_in_cairo_context as since 2.16.

Modified:
   trunk/ChangeLog
   trunk/docs/reference/Doxyfile.in
   trunk/pango/src/layout.hg

Modified: trunk/docs/reference/Doxyfile.in
==============================================================================
--- trunk/docs/reference/Doxyfile.in	(original)
+++ trunk/docs/reference/Doxyfile.in	Thu Nov 13 10:13:34 2008
@@ -40,7 +40,10 @@
                          "newin2p8=\xrefitem newin2p8s \"Since pangomm 2.8\" \"New API in pangomm 2.8\" \n" \
                          "newin2p10=\xrefitem newin2p10s \"Since pangomm 2.10\" \"New API in pangomm 2.10\" \n" \
                          "newin2p12=\xrefitem newin2p12s \"Since pangomm 2.12\" \"New API in pangomm 2.12\" \n" \
-                         "newin2p12=\xrefitem newin2p12s \"Since pangomm 2.14\" \"New API in pangomm 2.14\" \n"
+                         "newin2p14=\xrefitem newin2p14s \"Since pangomm 2.14\" \"New API in pangomm 2.14\" \n" \
+                         "newin2p16=\xrefitem newin2p16s \"Since pangomm 2.16\" \"New API in pangomm 2.16\" \n" \
+                         "newin2p18=\xrefitem newin2p18s \"Since pangomm 2.18\" \"New API in pangomm 2.18\" \n" \
+                         "newin2p20=\xrefitem newin2p20s \"Since pangomm 2.20\" \"New API in pangomm 2.20\" \n"
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO
 BUILTIN_STL_SUPPORT    = NO

Modified: trunk/pango/src/layout.hg
==============================================================================
--- trunk/pango/src/layout.hg	(original)
+++ trunk/pango/src/layout.hg	Thu Nov 13 10:13:34 2008
@@ -247,11 +247,13 @@
    */
   void add_to_cairo_context(const Cairo::RefPtr<Cairo::Context>& context);
 
-  /** Draws a Layout in the specified cairo @a context. The top-left
-   *  corner of the PangoLayout will be drawn at the current point of the
+  /** Draws a Layout in the specified Cairo @a context. The top-left
+   *  corner of the Layout will be drawn at the current point of the
    *  cairo context.
    *
    * @param context A Cairo context.
+   *
+   * @newin2p16
    */
   void show_in_cairo_context(const Cairo::RefPtr<Cairo::Context>& context);
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]