[Lsb-messages] /var/www/bzr/lsb/4.1/lsbspec r3855: gfloat moves headers as bugfix (bug 3882)

Mats Wichmann mats at linuxfoundation.org
Fri Oct 25 17:44:50 UTC 2013


------------------------------------------------------------
revno: 3855
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Fri 2013-10-25 11:44:50 -0600
message:
  gfloat moves headers as bugfix (bug 3882)
modified:
  Toolkit_Gtk/generic/GTK/GTK.sgml
  Toolkit_Gtk/generic/GTK/libGlib.sgml
  Toolkit_Gtk/generic/GTK/libGobject.sgml
-------------- next part --------------
=== modified file 'Toolkit_Gtk/generic/GTK/GTK.sgml'
--- a/Toolkit_Gtk/generic/GTK/GTK.sgml	2013-10-03 19:30:35 +0000
+++ b/Toolkit_Gtk/generic/GTK/GTK.sgml	2013-10-25 17:44:50 +0000
@@ -4187,6 +4187,8 @@
 #define G_ONCE_INIT	{ G_ONCE_STATUS_NOTCALLED, NULL }
 #define G_STATIC_REC_MUTEX_INIT	{ G_STATIC_MUTEX_INIT }
 
+typedef float gfloat;
+
 #define __G_BOOKMARK_FILE_H__
 #define __G_SLICE_H__
 #define g_slice_new(type)	((type*) g_slice_alloc (sizeof (type)))
@@ -8187,7 +8189,6 @@
 	gpointer v_pointer;
     } data[2];
 };
-typedef float gfloat;
 typedef struct _GObjectConstructParam {
     GParamSpec *pspec;
     GValue *value;

=== modified file 'Toolkit_Gtk/generic/GTK/libGlib.sgml'
--- a/Toolkit_Gtk/generic/GTK/libGlib.sgml	2013-08-31 14:42:12 +0000
+++ b/Toolkit_Gtk/generic/GTK/libGlib.sgml	2013-10-25 17:44:50 +0000
@@ -4095,6 +4095,8 @@
 #define G_ONCE_INIT	{ G_ONCE_STATUS_NOTCALLED, NULL }
 #define G_STATIC_REC_MUTEX_INIT	{ G_STATIC_MUTEX_INIT }
 
+typedef float gfloat;
+
 #define __G_BOOKMARK_FILE_H__
 #define __G_SLICE_H__
 #define g_slice_new(type)	((type*) g_slice_alloc (sizeof (type)))

=== modified file 'Toolkit_Gtk/generic/GTK/libGobject.sgml'
--- a/Toolkit_Gtk/generic/GTK/libGobject.sgml	2013-09-14 13:56:35 +0000
+++ b/Toolkit_Gtk/generic/GTK/libGobject.sgml	2013-10-25 17:44:50 +0000
@@ -1529,7 +1529,6 @@
 	gpointer v_pointer;
     } data[2];
 };
-typedef float gfloat;
 typedef struct _GObjectConstructParam {
     GParamSpec *pspec;
     GValue *value;



More information about the lsb-messages mailing list