Prepare for 2.9.0
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 17 Nov 2005 21:33:07 +0000 (21:33 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 17 Nov 2005 21:33:07 +0000 (21:33 +0000)
13 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/glib/tmpl/date.sgml
docs/reference/glib/tmpl/hooks.sgml
docs/reference/glib/tmpl/linked_lists_single.sgml
docs/reference/glib/tmpl/quarks.sgml
docs/reference/glib/tmpl/threads.sgml
docs/reference/glib/tmpl/trees-nary.sgml
docs/reference/glib/tmpl/unicode.sgml
docs/reference/gobject/tmpl/generic_values.sgml
glib/glib.symbols
glib/gutf8.c

index d2a09dd9851cb2ca1da472cb78e3bcf3ce696cca..340612c63faa262ac96fe241052f4046ce012562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/glib.symbols: Updates
+
+       * glib/gutf8.c (g_utf8_offset_to_pointer): Add some performance
+       hints to the docs. (Paolo Borelli)
+       
        * NEWS: Updates
 
        * glib/gthread.c (g_thread_foreach): Mark as new api.
index d2a09dd9851cb2ca1da472cb78e3bcf3ce696cca..340612c63faa262ac96fe241052f4046ce012562 100644 (file)
@@ -1,5 +1,10 @@
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/glib.symbols: Updates
+
+       * glib/gutf8.c (g_utf8_offset_to_pointer): Add some performance
+       hints to the docs. (Paolo Borelli)
+       
        * NEWS: Updates
 
        * glib/gthread.c (g_thread_foreach): Mark as new api.
index d2a09dd9851cb2ca1da472cb78e3bcf3ce696cca..340612c63faa262ac96fe241052f4046ce012562 100644 (file)
@@ -1,5 +1,10 @@
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/glib.symbols: Updates
+
+       * glib/gutf8.c (g_utf8_offset_to_pointer): Add some performance
+       hints to the docs. (Paolo Borelli)
+       
        * NEWS: Updates
 
        * glib/gthread.c (g_thread_foreach): Mark as new api.
index 7ec46480d84b8b0aa9465817b9bec73e452985d2..d2c741e5e9416adb5eef4c284070d065ba147dcf 100644 (file)
@@ -353,10 +353,28 @@ Sets the value of a #GDate from a Julian day number.
 
 </para>
 
-@date:
+@date: 
 @time_: 
 
 
+<!-- ##### FUNCTION g_date_set_time_t ##### -->
+<para>
+
+</para>
+
+@date: 
+@timet: 
+
+
+<!-- ##### FUNCTION g_date_set_time_val ##### -->
+<para>
+
+</para>
+
+@date: 
+@timeval: 
+
+
 <!-- ##### FUNCTION g_date_set_parse ##### -->
 <para>
 Parses a user-inputted string @str, and try to figure out what date it
index 79e21dbf69e93c274f811c5945c6fb9b36e34021..a2e65876918e47c69b03788b4553aa45fadca902 100644 (file)
@@ -30,7 +30,7 @@ list of hook functions.
 @hook_size: the size of the #GHookList elements, in bytes.
 @is_setup: 1 if the #GHookList has been initialized.
 @hooks: the first #GHook element in the list.
-@hook_memchunk: the #GMemChunk used for allocating the #GHook elements.
+@dummy3: 
 @finalize_hook: the function to call to finalize a #GHook element. The
 default behaviour is to call the hooks <function>destroy</function> function.
 @dummy: 
index 7d3c3fd9c20796a45bd97d913e0ba32a028a3381..ae418dee9f9bd4e605d9acd591f4d5ebb2415f33 100644 (file)
@@ -424,6 +424,8 @@ Note that this function is not available if GLib has been compiled
 with <option>--disable-mem-pools</option>
 </para>
 
+@dummy: 
+<!-- # Unused Parameters # -->
 @allocator: the #GAllocator to use when allocating #GSList elements.
 
 
index 72bc1a7a2718cc5b76b21a8a3cd8e0d1b236d255..6803cde2578d9a7d2d66a64979e3421c907ec1b9 100644 (file)
@@ -103,3 +103,21 @@ g_quark_from_string() or g_quark_from_static_string().
 #GQuark associated with the string.
 
 
+<!-- ##### FUNCTION g_intern_string ##### -->
+<para>
+
+</para>
+
+@string: 
+@Returns: 
+
+
+<!-- ##### FUNCTION g_intern_static_string ##### -->
+<para>
+
+</para>
+
+@string: 
+@Returns: 
+
+
index a2b17456b1235cc611ad3cc51d5ba96f4cfceb19..60bfbf71da9bfda66d37dbb0eeee0b6f60ea84ac 100644 (file)
@@ -457,6 +457,15 @@ that will mess up the bookkeeping and lead to funny and unwanted results.
 @retval: the return value of this thread.
 
 
+<!-- ##### FUNCTION g_thread_foreach ##### -->
+<para>
+
+</para>
+
+@thread_func: 
+@user_data: 
+
+
 <!-- ##### STRUCT GMutex ##### -->
 
 <para>
index 3cdbc436f8b770f4964e67833ac1efa631f7ffe4..041dfdcece7dcd7dfc146881497ce12fc32b91be 100644 (file)
@@ -527,6 +527,8 @@ Note that this function is not available if GLib has been compiled
 with <option>--disable-mem-pools</option>
 </para>
 
+@dummy: 
+<!-- # Unused Parameters # -->
 @allocator: the #GAllocator to use when allocating #GNode elements.
 
 
index 5396f20eb060175b89a2dc6bbeda3c7d87e3aad2..b7be4d22e1c3a7a652055ec8da3826edd3e8bcc1 100644 (file)
@@ -320,12 +320,11 @@ See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
 @G_UNICODE_BREAK_UNKNOWN: 
 @G_UNICODE_BREAK_NEXT_LINE: 
 @G_UNICODE_BREAK_WORD_JOINER: 
-@G_UNICODE_BREAK_HANGUL_L_JAMO:
-@G_UNICODE_BREAK_HANGUL_V_JAMO:
-@G_UNICODE_BREAK_HANGUL_T_JAMO:
-@G_UNICODE_BREAK_HANGUL_LV_SYLLABLE:
-@G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE:
-
+@G_UNICODE_BREAK_HANGUL_L_JAMO: 
+@G_UNICODE_BREAK_HANGUL_V_JAMO: 
+@G_UNICODE_BREAK_HANGUL_T_JAMO: 
+@G_UNICODE_BREAK_HANGUL_LV_SYLLABLE: 
+@G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE: 
 
 <!-- ##### FUNCTION g_unichar_break_type ##### -->
 <para>
index 6f75c4b22152e55ce320b0144bb52e93ec94bf36..10ddb6ccf3d57166aa294337d22568c0b2a73695 100644 (file)
@@ -163,6 +163,7 @@ value_table's collect_value() function.
 </para>
 
 @value: An initialized #GValue structure.
+@instance: 
 
 
 <!-- ##### FUNCTION g_value_fits_pointer ##### -->
index abe997f319eeaa93fbecbfc01622f296711927c1..a920d03968baea148f423e38df148d35aede443e 100644 (file)
@@ -465,8 +465,14 @@ g_list_length
 g_list_nth
 g_list_nth_data
 g_list_nth_prev
+#ifndef G_DISABLE_DEPRECATED
+g_list_pop_allocator
+#endif
 g_list_position
 g_list_prepend
+#ifndef G_DISABLE_DEPRECATED
+g_list_push_allocator
+#endif
 g_list_remove
 g_list_remove_all
 g_list_remove_link
@@ -641,7 +647,13 @@ g_node_n_children
 g_node_new
 g_node_n_nodes
 g_node_nth_child
+#ifndef G_DISABLE_DEPRECATED
+g_node_pop_allocator
+#endif
 g_node_prepend
+#ifndef G_DISABLE_DEPRECATED
+g_node_push_allocator
+#endif
 g_node_reverse_children
 g_node_traverse
 g_node_unlink
@@ -848,8 +860,14 @@ g_slist_last
 g_slist_length
 g_slist_nth
 g_slist_nth_data
+#ifndef G_DISABLE_DEPRECATED
+g_slist_pop_allocator
+#endif
 g_slist_position
 g_slist_prepend
+#ifndef G_DISABLE_DEPRECATED
+g_slist_push_allocator
+#endif
 g_slist_remove
 g_slist_remove_all
 g_slist_remove_link
index 4f7d486cc651e3ff7505eb40156c084a56f72c1f..4067884da23e57a405055537b491b45e90ac8866 100644 (file)
@@ -285,7 +285,9 @@ g_utf8_get_char (const gchar *p)
  * within the string.
  * 
  * Since 2.10, this function allows to pass a negative @offset to
- * step backwards.
+ * step backwards. It is usually worth stepping backwards from the end
+ * instead of forwards if @offset is in the last fourth of the string, 
+ * since moving forward is about 3 times faster than moving backward.
  * 
  * Return value: the resulting pointer
  **/