[gtkmm] Regenerate gdk_docs.xml



commit c2907ac83c0d57aedfe2075043fbd65df1162467
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Jun 6 15:41:16 2017 +0200

    Regenerate gdk_docs.xml

 gdk/src/gdk_docs.xml |   88 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 88 insertions(+), 0 deletions(-)
---
diff --git a/gdk/src/gdk_docs.xml b/gdk/src/gdk_docs.xml
index 8403b87..1cdf199 100644
--- a/gdk/src/gdk_docs.xml
+++ b/gdk/src/gdk_docs.xml
@@ -12095,6 +12095,57 @@ cannot parse the buffer.
 </return>
 </function>
 
+<function name="gdk_pixbuf_major_version">
+<description>
+The major version number of the gdk-pixbuf library.  (e.g. in 
+gdk-pixbuf version 1.2.5 this is 1.) 
+
+
+This variable is in the library, so represents the
+gdk-pixbuf library you have linked against. Contrast with the
+#GDK_PIXBUF_MAJOR macro, which represents the major version of the
+gdk-pixbuf headers you have included.
+
+</description>
+<parameters>
+</parameters>
+<return></return>
+</function>
+
+<function name="gdk_pixbuf_micro_version">
+<description>
+The micro version number of the gdk-pixbuf library.  (e.g. in 
+gdk-pixbuf version 1.2.5 this is 5.) 
+
+
+This variable is in the library, so represents the
+gdk-pixbuf library you have linked against. Contrast with the
+#GDK_PIXBUF_MICRO macro, which represents the micro version of the
+gdk-pixbuf headers you have included.
+
+</description>
+<parameters>
+</parameters>
+<return></return>
+</function>
+
+<function name="gdk_pixbuf_minor_version">
+<description>
+The minor version number of the gdk-pixbuf library.  (e.g. in 
+gdk-pixbuf version 1.2.5 this is 2.) 
+
+
+This variable is in the library, so represents the
+gdk-pixbuf library you have linked against. Contrast with the
+#GDK_PIXBUF_MINOR macro, which represents the minor version of the
+gdk-pixbuf headers you have included.
+
+</description>
+<parameters>
+</parameters>
+<return></return>
+</function>
+
 <function name="gdk_pixbuf_new">
 <description>
 Creates a new #GdkPixbuf structure and allocates a buffer for it.  The 
@@ -13781,6 +13832,17 @@ Deprecated: 2.0: Use g_object_unref().
 <return></return>
 </function>
 
+<function name="gdk_pixbuf_version">
+<description>
+Contains the full version of the gdk-pixbuf library as a string.
+This is the version currently in use by a running program.
+
+</description>
+<parameters>
+</parameters>
+<return></return>
+</function>
+
 <function name="gdk_pixdata_deserialize">
 <description>
 Deserializes (reconstruct) a #GdkPixdata structure from a byte stream.
@@ -14055,6 +14117,32 @@ in @data, otherwise %FALSE.
 </return>
 </function>
 
+<function name="gdk_rectangle_contains_point">
+<description>
+Returns #TRUE if @rect contains the point described by @x and @y.
+
+Since: 3.92
+
+</description>
+<parameters>
+<parameter name="rect">
+<parameter_description> a #GdkRectangle
+</parameter_description>
+</parameter>
+<parameter name="x">
+<parameter_description> X coordinate
+</parameter_description>
+</parameter>
+<parameter name="y">
+<parameter_description> Y coordinate
+</parameter_description>
+</parameter>
+</parameters>
+<return> #TRUE if @rect contains the point
+
+</return>
+</function>
+
 <function name="gdk_rectangle_equal">
 <description>
 Checks if the two given rectangles are equal.


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