glib r6661 - in trunk: . docs/reference docs/reference/glib/tmpl gio gmodule gobject gthread po



Author: matthiasc
Date: Mon Mar 10 18:09:06 2008
New Revision: 6661
URL: http://svn.gnome.org/viewvc/glib?rev=6661&view=rev

Log:
2.16.0


Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/README
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/glib/tmpl/linked_lists_double.sgml
   trunk/docs/reference/glib/tmpl/linked_lists_single.sgml
   trunk/docs/reference/glib/tmpl/types.sgml
   trunk/docs/reference/glib/tmpl/windows.sgml
   trunk/gio/ChangeLog
   trunk/gmodule/ChangeLog
   trunk/gobject/ChangeLog
   trunk/gthread/ChangeLog
   trunk/po/ChangeLog
   trunk/po/am.po
   trunk/po/ar.po
   trunk/po/as.po
   trunk/po/az.po
   trunk/po/be.po
   trunk/po/be latin po
   trunk/po/bg.po
   trunk/po/bn.po
   trunk/po/bn_IN.po
   trunk/po/bs.po
   trunk/po/ca.po
   trunk/po/cs.po
   trunk/po/cy.po
   trunk/po/da.po
   trunk/po/de.po
   trunk/po/dz.po
   trunk/po/el.po
   trunk/po/en_CA.po
   trunk/po/en_GB.po
   trunk/po/eo.po
   trunk/po/es.po
   trunk/po/et.po
   trunk/po/eu.po
   trunk/po/fa.po
   trunk/po/fi.po
   trunk/po/fr.po
   trunk/po/ga.po
   trunk/po/gl.po
   trunk/po/gu.po
   trunk/po/he.po
   trunk/po/hi.po
   trunk/po/hr.po
   trunk/po/hu.po
   trunk/po/hy.po
   trunk/po/id.po
   trunk/po/is.po
   trunk/po/it.po
   trunk/po/ja.po
   trunk/po/ka.po
   trunk/po/kn.po
   trunk/po/ko.po
   trunk/po/ku.po
   trunk/po/lt.po
   trunk/po/lv.po
   trunk/po/mg.po
   trunk/po/mk.po
   trunk/po/ml.po
   trunk/po/mn.po
   trunk/po/mr.po
   trunk/po/ms.po
   trunk/po/nb.po
   trunk/po/ne.po
   trunk/po/nl.po
   trunk/po/nn.po
   trunk/po/oc.po
   trunk/po/or.po
   trunk/po/pa.po
   trunk/po/pl.po
   trunk/po/pt.po
   trunk/po/pt_BR.po
   trunk/po/ro.po
   trunk/po/ru.po
   trunk/po/rw.po
   trunk/po/si.po
   trunk/po/sk.po
   trunk/po/sl.po
   trunk/po/sq.po
   trunk/po/sr.po
   trunk/po/sr Latn po
   trunk/po/sr ije po
   trunk/po/sv.po
   trunk/po/ta.po
   trunk/po/te.po
   trunk/po/th.po
   trunk/po/tl.po
   trunk/po/tr.po
   trunk/po/tt.po
   trunk/po/uk.po
   trunk/po/vi.po
   trunk/po/wa.po
   trunk/po/xh.po
   trunk/po/yi.po
   trunk/po/zh_CN.po
   trunk/po/zh_HK.po
   trunk/po/zh_TW.po

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL	(original)
+++ trunk/INSTALL	Mon Mar 10 18:09:06 2008
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.15.6.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.15.6                           # change to the toplevel directory
+  % gzip -cd glib-2.16.0.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.16.0                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Mar 10 18:09:06 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.15.6. GLib is the low-level core
+This is GLib version 2.16.0. GLib is the low-level core
 library that forms the basis for projects such as GTK+ and GNOME. It
 provides data structure handling for C, portability wrappers, and
 interfaces for such runtime functionality as an event loop, threads,

Modified: trunk/docs/reference/glib/tmpl/linked_lists_double.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/linked_lists_double.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/linked_lists_double.sgml	Mon Mar 10 18:09:06 2008
@@ -84,9 +84,9 @@
 
 </para>
 
- list:
- data:
- Returns:
+ list: 
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_prepend ##### -->
@@ -96,7 +96,7 @@
 
 @list: 
 @data: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_insert ##### -->
@@ -118,7 +118,7 @@
 @list: 
 @sibling: 
 @data: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_insert_sorted ##### -->
@@ -137,9 +137,9 @@
 
 </para>
 
- list:
- data:
- Returns:
+ list: 
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_remove_link ##### -->
@@ -147,9 +147,9 @@
 
 </para>
 
- list:
- llink:
- Returns:
+ list: 
+ llink: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_delete_link ##### -->
@@ -159,7 +159,7 @@
 
 @list: 
 @link_: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_remove_all ##### -->
@@ -220,7 +220,7 @@
 </para>
 
 @list: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_reverse ##### -->
@@ -261,8 +261,8 @@
 
 </para>
 
- list:
- data:
+ list: 
+ data: 
 @func: 
 @user_data: 
 @Returns: 
@@ -273,8 +273,8 @@
 
 </para>
 
- list:
- compare_func:
+ list: 
+ compare_func: 
 @user_data: 
 @Returns: 
 
@@ -299,9 +299,9 @@
 
 </para>
 
- list1:
- list2:
- Returns:
+ list1: 
+ list2: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_foreach ##### -->
@@ -309,8 +309,8 @@
 
 </para>
 
- list:
- func:
+ list: 
+ func: 
 @user_data: 
 
 
@@ -330,7 +330,7 @@
 </para>
 
 @list: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_last ##### -->
@@ -367,7 +367,7 @@
 
 @list: 
 @n: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_nth_data ##### -->
@@ -387,16 +387,22 @@
 
 @list: 
 @n: 
- Returns:
+ Returns: 
+
 
 
+<para>
+
+</para>
+
 
+<!-- ##### FUNCTION g_list_find ##### -->
 <para>
 
 </para>
 
- list:
- data:
+ list: 
+ data: 
 @Returns: 
 
 
@@ -416,9 +422,9 @@
 
 </para>
 
- list:
+ list: 
 @llink: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_list_index ##### -->

Modified: trunk/docs/reference/glib/tmpl/linked_lists_single.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/linked_lists_single.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/linked_lists_single.sgml	Mon Mar 10 18:09:06 2008
@@ -94,7 +94,7 @@
 </para>
 
 @list: 
- data:
+ data: 
 @Returns: 
 
 
@@ -104,8 +104,8 @@
 </para>
 
 @list: 
- data:
- Returns:
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_insert ##### -->
@@ -113,9 +113,9 @@
 
 </para>
 
- list:
- data:
- position:
+ list: 
+ data: 
+ position: 
 @Returns: 
 
 
@@ -124,8 +124,8 @@
 
 </para>
 
- slist:
- sibling:
+ slist: 
+ sibling: 
 @data: 
 @Returns: 
 
@@ -135,9 +135,9 @@
 
 </para>
 
- list:
- data:
- func:
+ list: 
+ data: 
+ func: 
 @Returns: 
 
 
@@ -146,9 +146,9 @@
 
 </para>
 
-
- data:
- Returns:
+ list: 
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_remove_link ##### -->
@@ -156,9 +156,9 @@
 
 </para>
 
- list:
- link_:
- Returns:
+ list: 
+ link_: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_delete_link ##### -->
@@ -167,8 +167,8 @@
 </para>
 
 @list: 
- link_:
- Returns:
+ link_: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_remove_all ##### -->
@@ -178,7 +178,7 @@
 
 @list: 
 @data: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_free ##### -->
@@ -210,7 +210,7 @@
 
 </para>
 
- list:
+ list: 
 @Returns: 
 
 
@@ -219,8 +219,8 @@
 
 </para>
 
- list:
- Returns:
+ list: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_reverse ##### -->
@@ -251,7 +251,7 @@
 
 @list: 
 @compare_func: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_sort_with_data ##### -->
@@ -270,9 +270,9 @@
 
 </para>
 
- list1:
- list2:
- Returns:
+ list1: 
+ list2: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_foreach ##### -->
@@ -282,7 +282,7 @@
 
 @list: 
 @func: 
- user_data:
+ user_data: 
 
 
 <!-- ##### FUNCTION g_slist_last ##### -->
@@ -308,7 +308,7 @@
 
 </para>
 
- list:
+ list: 
 @n: 
 @Returns: 
 
@@ -318,9 +318,9 @@
 
 </para>
 
- list:
+ list: 
 @n: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_find ##### -->
@@ -328,9 +328,9 @@
 
 </para>
 
- list:
- data:
- Returns:
+ list: 
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_find_custom ##### -->
@@ -338,10 +338,10 @@
 
 </para>
 
- list:
- data:
- func:
- Returns:
+ list: 
+ data: 
+ func: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_position ##### -->
@@ -349,9 +349,9 @@
 
 </para>
 
- list:
- llink:
- Returns:
+ list: 
+ llink: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_index ##### -->
@@ -359,9 +359,9 @@
 
 </para>
 
- list:
- data:
- Returns:
+ list: 
+ data: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_slist_push_allocator ##### -->

Modified: trunk/docs/reference/glib/tmpl/types.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/types.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/types.sgml	Mon Mar 10 18:09:06 2008
@@ -241,5 +241,4 @@
 C99 type off64_t.
 </para>
 
- Since: 2.16
 

Modified: trunk/docs/reference/glib/tmpl/windows.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/windows.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/windows.sgml	Mon Mar 10 18:09:06 2008
@@ -55,6 +55,15 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION g_win32_get_package_installation_directory_of_module ##### -->
+<para>
+
+</para>
+
+ hmodule: 
+ Returns: 
+
+
 <!-- ##### FUNCTION g_win32_get_package_installation_subdirectory ##### -->
 <para>
 



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