[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2416: adjust gtk3 funcs which ave va_list params

Mats Wichmann mats at linuxfoundation.org
Thu Mar 6 00:00:31 UTC 2014


------------------------------------------------------------
revno: 2416
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Wed 2014-03-05 17:00:31 -0700
message:
  adjust gtk3 funcs which ave va_list params
modified:
  ts/devchk/gtk_3_0_gtk_gtk_h.c
-------------- next part --------------
=== modified file 'ts/devchk/gtk_3_0_gtk_gtk_h.c'
--- a/ts/devchk/gtk_3_0_gtk_gtk_h.c	2014-03-05 00:29:44 +0000
+++ b/ts/devchk/gtk_3_0_gtk_gtk_h.c	2014-03-06 00:00:31 +0000
@@ -4334,7 +4334,7 @@
 CheckInterfacedef(gtk_widget_class_list_style_properties,gtk_widget_class_list_style_properties_db);
 extern void gtk_widget_style_get_property_db(GtkWidget *, const char *, GValue *);
 CheckInterfacedef(gtk_widget_style_get_property,gtk_widget_style_get_property_db);
-extern void gtk_widget_style_get_valist_db(GtkWidget *, const char *, struct __va_list_tag *);
+extern void gtk_widget_style_get_valist_db(GtkWidget *, const gchar *, va_list);
 CheckInterfacedef(gtk_widget_style_get_valist,gtk_widget_style_get_valist_db);
 extern void gtk_widget_style_get_db(GtkWidget *, const char *, ...);
 CheckInterfacedef(gtk_widget_style_get,gtk_widget_style_get_db);
@@ -4460,7 +4460,7 @@
 CheckInterfacedef(gtk_style_context_get_section,gtk_style_context_get_section_db);
 extern void gtk_style_context_get_property_db(GtkStyleContext *, const char *, GtkStateFlags, GValue *);
 CheckInterfacedef(gtk_style_context_get_property,gtk_style_context_get_property_db);
-extern void gtk_style_context_get_valist_db(GtkStyleContext *, GtkStateFlags, struct __va_list_tag *);
+extern void gtk_style_context_get_valist_db(GtkStyleContext *, GtkStateFlags, va_list);
 CheckInterfacedef(gtk_style_context_get_valist,gtk_style_context_get_valist_db);
 extern void gtk_style_context_get_db(GtkStyleContext *, GtkStateFlags, ...);
 CheckInterfacedef(gtk_style_context_get,gtk_style_context_get_db);
@@ -4662,9 +4662,9 @@
 CheckInterfacedef(gtk_container_child_set,gtk_container_child_set_db);
 extern void gtk_container_child_get_db(GtkContainer *, GtkWidget *, const char *, ...);
 CheckInterfacedef(gtk_container_child_get,gtk_container_child_get_db);
-extern void gtk_container_child_set_valist_db(GtkContainer *, GtkWidget *, const char *, struct __va_list_tag *);
+extern void gtk_container_child_set_valist_db(GtkContainer *, const gchar *, const char *, va_list);
 CheckInterfacedef(gtk_container_child_set_valist,gtk_container_child_set_valist_db);
-extern void gtk_container_child_get_valist_db(GtkContainer *, GtkWidget *, const char *, struct __va_list_tag *);
+extern void gtk_container_child_get_valist_db(GtkContainer *, const gchar *, const char *, va_list);
 CheckInterfacedef(gtk_container_child_get_valist,gtk_container_child_get_valist_db);
 extern void gtk_container_child_set_property_db(GtkContainer *, GtkWidget *, const char *, const struct _GValue *);
 CheckInterfacedef(gtk_container_child_set_property,gtk_container_child_set_property_db);
@@ -4982,7 +4982,7 @@
 CheckInterfacedef(gtk_style_properties_set,gtk_style_properties_set_db);
 extern gboolean gtk_style_properties_get_property_db(GtkStyleProperties *, const char *, GtkStateFlags, GValue *);
 CheckInterfacedef(gtk_style_properties_get_property,gtk_style_properties_get_property_db);
-extern void gtk_style_properties_get_valist_db(GtkStyleProperties *, GtkStateFlags, struct __va_list_tag *);
+extern void gtk_style_properties_get_valist_db(GtkStyleProperties *, GtkStateFlags, va_list);
 CheckInterfacedef(gtk_style_properties_get_valist,gtk_style_properties_get_valist_db);
 extern void gtk_style_properties_get_db(GtkStyleProperties *, GtkStateFlags, ...);
 CheckInterfacedef(gtk_style_properties_get,gtk_style_properties_get_db);
@@ -5420,9 +5420,9 @@
 CheckInterfacedef(gtk_cell_area_cell_set,gtk_cell_area_cell_set_db);
 extern void gtk_cell_area_cell_get_db(GtkCellArea *, GtkCellRenderer *, const char *, ...);
 CheckInterfacedef(gtk_cell_area_cell_get,gtk_cell_area_cell_get_db);
-extern void gtk_cell_area_cell_set_valist_db(GtkCellArea *, GtkCellRenderer *, const char *, struct __va_list_tag *);
+extern void gtk_cell_area_cell_set_valist_db(GtkCellArea *, const gchar *, const char *, va_list);
 CheckInterfacedef(gtk_cell_area_cell_set_valist,gtk_cell_area_cell_set_valist_db);
-extern void gtk_cell_area_cell_get_valist_db(GtkCellArea *, GtkCellRenderer *, const char *, struct __va_list_tag *);
+extern void gtk_cell_area_cell_get_valist_db(GtkCellArea *, const gchar *, const char *, va_list);
 CheckInterfacedef(gtk_cell_area_cell_get_valist,gtk_cell_area_cell_get_valist_db);
 extern void gtk_cell_area_cell_set_property_db(GtkCellArea *, GtkCellRenderer *, const char *, const struct _GValue *);
 CheckInterfacedef(gtk_cell_area_cell_set_property,gtk_cell_area_cell_set_property_db);
@@ -5686,7 +5686,7 @@
 CheckInterfacedef(gtk_tree_model_unref_node,gtk_tree_model_unref_node_db);
 extern void gtk_tree_model_get_db(GtkTreeModel *, GtkTreeIter *, ...);
 CheckInterfacedef(gtk_tree_model_get,gtk_tree_model_get_db);
-extern void gtk_tree_model_get_valist_db(GtkTreeModel *, GtkTreeIter *, struct __va_list_tag *);
+extern void gtk_tree_model_get_valist_db(GtkTreeModel *, GtkTreeIter *, va_list);
 CheckInterfacedef(gtk_tree_model_get_valist,gtk_tree_model_get_valist_db);
 extern void gtk_tree_model_foreach_db(GtkTreeModel *, GtkTreeModelForeachFunc, gpointer);
 CheckInterfacedef(gtk_tree_model_foreach,gtk_tree_model_foreach_db);
@@ -5728,7 +5728,7 @@
 CheckInterfacedef(gtk_list_store_set,gtk_list_store_set_db);
 extern void gtk_list_store_set_valuesv_db(GtkListStore *, GtkTreeIter *, gint *, GValue *, gint);
 CheckInterfacedef(gtk_list_store_set_valuesv,gtk_list_store_set_valuesv_db);
-extern void gtk_list_store_set_valist_db(GtkListStore *, GtkTreeIter *, struct __va_list_tag *);
+extern void gtk_list_store_set_valist_db(GtkListStore *, GtkTreeIter *, va_list);
 CheckInterfacedef(gtk_list_store_set_valist,gtk_list_store_set_valist_db);
 extern gboolean gtk_list_store_remove_db(GtkListStore *, GtkTreeIter *);
 CheckInterfacedef(gtk_list_store_remove,gtk_list_store_remove_db);
@@ -7622,7 +7622,7 @@
 CheckInterfacedef(gtk_tree_store_set,gtk_tree_store_set_db);
 extern void gtk_tree_store_set_valuesv_db(GtkTreeStore *, GtkTreeIter *, gint *, GValue *, gint);
 CheckInterfacedef(gtk_tree_store_set_valuesv,gtk_tree_store_set_valuesv_db);
-extern void gtk_tree_store_set_valist_db(GtkTreeStore *, GtkTreeIter *, struct __va_list_tag *);
+extern void gtk_tree_store_set_valist_db(GtkTreeStore *, GtkTreeIter *, va_list);
 CheckInterfacedef(gtk_tree_store_set_valist,gtk_tree_store_set_valist_db);
 extern gboolean gtk_tree_store_remove_db(GtkTreeStore *, GtkTreeIter *);
 CheckInterfacedef(gtk_tree_store_remove,gtk_tree_store_remove_db);
@@ -9506,13 +9506,13 @@
 CheckInterfacedef(gtk_theming_engine_register_property,gtk_theming_engine_register_property_db);
 extern void gtk_theming_engine_get_property_db(GtkThemingEngine *, const char *, GtkStateFlags, GValue *);
 CheckInterfacedef(gtk_theming_engine_get_property,gtk_theming_engine_get_property_db);
-extern void gtk_theming_engine_get_valist_db(GtkThemingEngine *, GtkStateFlags, struct __va_list_tag *);
+extern void gtk_theming_engine_get_valist_db(GtkThemingEngine *, GtkStateFlags, va_list);
 CheckInterfacedef(gtk_theming_engine_get_valist,gtk_theming_engine_get_valist_db);
 extern void gtk_theming_engine_get_db(GtkThemingEngine *, GtkStateFlags, ...);
 CheckInterfacedef(gtk_theming_engine_get,gtk_theming_engine_get_db);
 extern void gtk_theming_engine_get_style_property_db(GtkThemingEngine *, const char *, GValue *);
 CheckInterfacedef(gtk_theming_engine_get_style_property,gtk_theming_engine_get_style_property_db);
-extern void gtk_theming_engine_get_style_valist_db(GtkThemingEngine *, struct __va_list_tag *);
+extern void gtk_theming_engine_get_style_valist_db(GtkThemingEngine *, va_list);
 CheckInterfacedef(gtk_theming_engine_get_style_valist,gtk_theming_engine_get_style_valist_db);
 extern void gtk_theming_engine_get_style_db(GtkThemingEngine *, ...);
 CheckInterfacedef(gtk_theming_engine_get_style,gtk_theming_engine_get_style_db);



More information about the lsb-messages mailing list