[gtkmm] Really fix the @newin2p* in the *_override.xml files.



commit 3cbbf3ddc90df2313f17eb3b425c5316f525b6d3
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 7 11:28:04 2010 +0200

    Really fix the @newin2p* in the *_override.xml files.
    
    * gdk/src/gdk_docs_override.xml:
    * gtk/src/gtk_docs_override.xml: Use GTK+'s original Since: syntax here
        instead of @newin{2,*} because that is what our parser currently expects.
        Otherewise it is interpreted as a parameter name.

 ChangeLog                     |    9 +++++++++
 gdk/src/gdk_docs_override.xml |   20 ++++++++++----------
 gtk/src/gtk_docs_override.xml |    8 ++++----
 3 files changed, 23 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 75b09fc..7ac8a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-07  Murray Cumming  <murrayc murrayc com>>
+
+    Really fix the @newin2p* in the *_override.xml files.
+
+	* gdk/src/gdk_docs_override.xml:
+	* gtk/src/gtk_docs_override.xml: Use GTK+'s original Since: syntax here 
+    instead of @newin{2,*} because that is what our parser currently expects.
+    Otherewise it is interpreted as a parameter name.
+
 2010-04-07  Murray Cumming  <murrayc murrayc com>
 
     Replace some @newin2p* with @newin{2,*}.
diff --git a/gdk/src/gdk_docs_override.xml b/gdk/src/gdk_docs_override.xml
index a9427d3..f85fd13 100644
--- a/gdk/src/gdk_docs_override.xml
+++ b/gdk/src/gdk_docs_override.xml
@@ -62,7 +62,7 @@ The Gtk::Window::get_position() documentation may also be relevant.
 <description>
 List all currently open displays.
 
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="display_manager">
@@ -81,7 +81,7 @@ List all currently open displays.
 Obtains a list of all toplevel windows known to GDK on the screen @screen.
 A toplevel window is a child of the root window (see
 gdk_get_default_root_window()).
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="screen">
@@ -101,7 +101,7 @@ Lists the available visuals for the specified @screen.
 A visual describes a hardware image data format.
 For example, a visual might support 24-bit color, or 8-bit color,
 and might expect pixels to be in a certain format.
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="screen">
@@ -192,7 +192,7 @@ an equal number of times to begin processing exposes.
 Gets the current location of the pointer and the current modifier
 mask for a given display.
 
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="display">
@@ -305,7 +305,7 @@ display. This is only useful for such low-level tools as an
 event recorder. Applications should never have any
 reason to use this facility.
 
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="display">
@@ -327,7 +327,7 @@ quantities related to the current pointer position.
 Determines the name to pass to gdk_display_open() to get
 a #GdkDisplay with this screen as the default screen.
 
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="screen">
@@ -606,7 +606,7 @@ or -1 if the current pixbuf should be displayed forever. Glib::signal_timeout.co
 conveniently takes a timeout in milliseconds, so you can use a timeout
 to schedule the next update.
 
- newin{2,14}
+Since: 2.14
 </description>
 <parameters>
 <parameter name="iter">
@@ -629,7 +629,7 @@ to the next frame, which may happen anytime you call
 gdk_pixbuf_animation_iter_advance(). Copy the pixbuf to keep it, with 
 Gdk::Pixbuf::copy() as it may get recycled as you advance the iterator.
 
- newin{2,14}
+Since: 2.14
 </description>
 <parameters>
 <parameter name="iter">
@@ -649,7 +649,7 @@ for an area of the frame currently streaming in to the loader. So if
 you&apos;re on the currently loading frame, you need to redraw the screen for
 the updated area.
 
- newin{2,14}
+Since: 2.14
 </description>
 <parameters>
 <parameter name="iter">
@@ -683,7 +683,7 @@ display, assuming the display had been rendered prior to advancing;
 if %TRUE, you need to call get_pixbuf() and update the
 display with the new pixbuf.
 
- newin{2,14}
+Since: 2.14
 </description>
 <parameters>
 <parameter name="iter">
diff --git a/gtk/src/gtk_docs_override.xml b/gtk/src/gtk_docs_override.xml
index 28eac1b..f59b4c2 100644
--- a/gtk/src/gtk_docs_override.xml
+++ b/gtk/src/gtk_docs_override.xml
@@ -1248,7 +1248,7 @@ Generates a string representation of the iter. This string is a &apos;:&apos;
 separated list of numbers. For example, &quot;4:10:0:3&quot; would be an
 acceptable return value for this string.
 
- newin{2,2}
+Since: 2.2
 </description>
 <parameters>
 <parameter name="tree_model">
@@ -1837,7 +1837,7 @@ the place determined by @path.
 
 @see add_ui_separator().
 
- newin{2,4}
+Since: 2.4
 
 </description>
 <parameters>
@@ -2151,7 +2151,7 @@ Same as gtk_text_iter_forward_search(), but moves backward.
     This may have been explicitly set by set_image()
     or specified as a stock item to the constructor.
 
-    @newin{2,6}
+    Since: 2.6
 
   </description>
   <parameters>
@@ -2316,7 +2316,7 @@ Since: 2.6
     The stock_id property only has an effect if not
     overridden by &quot;label&quot; and &quot;icon_widget&quot; properties.
 
-    @newin{2,4}
+    Since: 2.4
 
   </description>
   <parameters>



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