[gtkmm] Gtk::SelectionData::get_uris() documentation fix.



commit ad76cbd6cb5e36d8af8410bf2cec8df9fbc0de06
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue May 5 19:21:48 2009 +0200

    Gtk::SelectionData::get_uris() documentation fix.
    
    * gtk/src/gtk_docs_override.xml: Add an override for
    gtk_selection_data_get_uris() because the C documentation mentions freeing
    strings.
---
 ChangeLog                     |    8 ++++++++
 gtk/src/gtk_docs_override.xml |   16 ++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index edb6351..28b8a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-05  Murray Cumming  <murrayc murrayc com>
+
+	Gtk::SelectionData::get_uris() documentation fix.
+	
+	* gtk/src/gtk_docs_override.xml: Add an override for 
+	gtk_selection_data_get_uris() because the C documentation mentions freeing 
+	strings.
+
 2009-05-05  Johannes Schmid <jschmid openismus com>
 
 	* gtk/gtkmm/box.ccg:
diff --git a/gtk/src/gtk_docs_override.xml b/gtk/src/gtk_docs_override.xml
index 3a116cf..baedf16 100644
--- a/gtk/src/gtk_docs_override.xml
+++ b/gtk/src/gtk_docs_override.xml
@@ -3179,5 +3179,21 @@ See also gtk_editable_get_chars().
 </function>
 
 
+<function name="gtk_selection_data_get_uris">
+<description>
+Gets the contents of the selection data as a container of URIs.
+</description>
+<parameters>
+<parameter name="selection_data">
+<parameter_description> a #GtkSelectionData
+</parameter_description>
+</parameter>
+</parameters>
+<return>If the selection data contains a list of
+URIs, a container containing the URIs, otherwise an empty container.
+
+Since: 2.6
+</return>
+</function>
 
 </root>



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