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



Author: matthiasc
Date: Mon Jan  5 18:06:05 2009
New Revision: 7777
URL: http://svn.gnome.org/viewvc/glib?rev=7777&view=rev

Log:
2.19.4


Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/README
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/glib/tmpl/glib-unused.sgml
   trunk/docs/reference/glib/tmpl/macros_misc.sgml
   trunk/docs/reference/glib/tmpl/string_utils.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/mai.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/ps.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 ije po
   trunk/po/sr latin 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 Jan  5 18:06:05 2009
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.19.3.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.19.3                           # change to the toplevel directory
+  % gzip -cd glib-2.19.4.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.19.4                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Jan  5 18:06:05 2009
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.19.3. GLib is the low-level core
+This is GLib version 2.19.4. 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/glib-unused.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/glib-unused.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/glib-unused.sgml	Mon Jan  5 18:06:05 2009
@@ -227,6 +227,12 @@
 </para>
 
 
+<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### MACRO G_HOOK_DEFERRED_DESTROY ##### -->
 <para>
 

Modified: trunk/docs/reference/glib/tmpl/macros_misc.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/macros_misc.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/macros_misc.sgml	Mon Jan  5 18:06:05 2009
@@ -353,13 +353,6 @@
 
 
 
-<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
-<para>
-
-</para>
-
-
-
 <!-- ##### MACRO G_GNUC_INTERNAL ##### -->
 <para>
 This attribute can be used for marking library functions as being used 

Modified: trunk/docs/reference/glib/tmpl/string_utils.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/string_utils.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/string_utils.sgml	Mon Jan  5 18:06:05 2009
@@ -154,8 +154,8 @@
 
 </para>
 
- dest:
- src:
+ dest: 
+ src: 
 @dest_size: 
 @Returns: 
 
@@ -167,7 +167,7 @@
 
 @dest: 
 @src: 
- dest_size:
+ dest_size: 
 @Returns: 
 
 
@@ -177,7 +177,7 @@
 
 @format: 
 @Varargs: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_strdup_vprintf ##### -->
@@ -185,9 +185,9 @@
 
 </para>
 
- format:
+ format: 
 @args: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_printf ##### -->
@@ -616,8 +616,8 @@
 
 </para>
 
- string:
- Returns:
+ string: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_ascii_strtoll ##### -->
@@ -847,8 +847,8 @@
 </para>
 
 @string1: 
- Varargs:
- Returns:
+ Varargs: 
+ Returns: 
 
 
 <!-- ##### FUNCTION g_strjoin ##### -->
@@ -858,7 +858,7 @@
 
 @separator: 
 @Varargs: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_strjoinv ##### -->
@@ -868,7 +868,7 @@
 
 @separator: 
 @str_array: 
- Returns:
+ Returns: 
 
 
 <!-- ##### FUNCTION g_strv_length ##### -->
@@ -895,5 +895,6 @@
 </para>
 
 @signum: 
- Returns:
+ Returns: 
+
 



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