[maemo-commits] [maemo-commits] r10676 - in projects/haf/trunk/glib: . docs/reference docs/reference/glib docs/reference/glib/tmpl glib

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Mar 21 13:32:30 EET 2007
Author: tko
Date: 2007-03-21 13:32:29 +0200 (Wed, 21 Mar 2007)
New Revision: 10676

Modified:
   projects/haf/trunk/glib/ChangeLog
   projects/haf/trunk/glib/docs/reference/ChangeLog
   projects/haf/trunk/glib/docs/reference/glib/glib-docs.sgml
   projects/haf/trunk/glib/docs/reference/glib/glib-sections.txt
   projects/haf/trunk/glib/docs/reference/glib/tmpl/scanner.sgml
   projects/haf/trunk/glib/glib/gunidecomp.c
Log:
Ensure added symbols appear in API docs

2007-03-21  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* glib/glib-sections.txt: Add osso_g_scanner_cache_open and
	g_unicode_canonical_decomposition_to_buffer
	* glib/glib-docs.sgml: Add index for 'Since: maemo' symbols
	* glib/tmpl/scanner.sgml: Add osso_g_scanner_cache_open

2007-03-21  Tommi Komulainen  <tommi.komulainen at nokia.com>

	* glib/gunidecomp.c (g_unicode_canonical_decomposition_to_buffer):
	Add 'Since: maemo' to the API docs to make it appear in the index of
	new symbols added in maemo.


Modified: projects/haf/trunk/glib/ChangeLog
===================================================================
--- projects/haf/trunk/glib/ChangeLog	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/ChangeLog	2007-03-21 11:32:29 UTC (rev 10676)
@@ -1,3 +1,9 @@
+2007-03-21  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
+	* glib/gunidecomp.c (g_unicode_canonical_decomposition_to_buffer):
+	Add 'Since: maemo' to the API docs to make it appear in the index of
+	new symbols added in maemo.
+	
 2006-10-01  Matthias Clasen  <mclasen at redhat.com>
 	
 	* === Released 2.12.4 ===

Modified: projects/haf/trunk/glib/docs/reference/ChangeLog
===================================================================
--- projects/haf/trunk/glib/docs/reference/ChangeLog	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/docs/reference/ChangeLog	2007-03-21 11:32:29 UTC (rev 10676)
@@ -1,3 +1,10 @@
+2007-03-21  Tommi Komulainen  <tommi.komulainen at nokia.com>
+
+	* glib/glib-sections.txt: Add osso_g_scanner_cache_open and
+	g_unicode_canonical_decomposition_to_buffer
+	* glib/glib-docs.sgml: Add index for 'Since: maemo' symbols
+	* glib/tmpl/scanner.sgml: Add osso_g_scanner_cache_open
+
 2006-10-01  Matthias Clasen  <mclasen at redhat.com>
 	
 	* === Released 2.12.4 ===

Modified: projects/haf/trunk/glib/docs/reference/glib/glib-docs.sgml
===================================================================
--- projects/haf/trunk/glib/docs/reference/glib/glib-docs.sgml	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/docs/reference/glib/glib-docs.sgml	2007-03-21 11:32:29 UTC (rev 10676)
@@ -210,5 +210,8 @@
   <index role="2.12">
     <title>Index of new symbols in 2.12</title>
   </index>  
+  <index role="maemo">
+    <title>Index of new symbols in Maemo</title>
+  </index>  
 
 </book>

Modified: projects/haf/trunk/glib/docs/reference/glib/glib-sections.txt
===================================================================
--- projects/haf/trunk/glib/docs/reference/glib/glib-sections.txt	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/docs/reference/glib/glib-sections.txt	2007-03-21 11:32:29 UTC (rev 10676)
@@ -1446,6 +1446,9 @@
 g_scanner_add_symbol
 g_scanner_remove_symbol
 g_scanner_foreach_symbol
+
+<SUBSECTION>
+osso_g_scanner_cache_open
 </SECTION>
 
 <SECTION>
@@ -2272,6 +2275,7 @@
 g_unichar_break_type
 g_unicode_canonical_ordering
 g_unicode_canonical_decomposition
+g_unicode_canonical_decomposition_to_buffer
 g_unichar_get_mirror_char
 
 <SUBSECTION>

Modified: projects/haf/trunk/glib/docs/reference/glib/tmpl/scanner.sgml
===================================================================
--- projects/haf/trunk/glib/docs/reference/glib/tmpl/scanner.sgml	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/docs/reference/glib/tmpl/scanner.sgml	2007-03-21 11:32:29 UTC (rev 10676)
@@ -596,3 +596,18 @@
 @Deprecated: 2.2: Use g_scanner_scope_foreach_symbol() instead.
 
 
+<!-- ##### FUNCTION osso_g_scanner_cache_open ##### -->
+<para>
+Prepares to read the tokens from a cache file instead of parsing the input.
+</para>
+<note>
+<para>
+Do not use this function. It is only intended to be used from modified gtk+.
+</para>
+</note>
+
+ at scanner: a #GScanner
+ at filename: absolute filename of the cache file to use
+ at Since: maemo
+
+

Modified: projects/haf/trunk/glib/glib/gunidecomp.c
===================================================================
--- projects/haf/trunk/glib/glib/gunidecomp.c	2007-03-21 10:49:18 UTC (rev 10675)
+++ projects/haf/trunk/glib/glib/gunidecomp.c	2007-03-21 11:32:29 UTC (rev 10676)
@@ -261,6 +261,8 @@
  * again with a buffer of size @result_len.
  * 
  * Return value: TRUE if @out was large enough
+ *
+ * Since: maemo
  **/
 gboolean
 g_unicode_canonical_decomposition_to_buffer (gunichar  ch,


More information about the maemo-commits mailing list