[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2423: some gtk adds plus clean final batch of bogus 'const _Foo' types

Mats Wichmann mats at linuxfoundation.org
Sun Mar 16 17:29:08 UTC 2014


------------------------------------------------------------
revno: 2423
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Sun 2014-03-16 11:29:08 -0600
message:
  some gtk adds plus clean final batch of bogus 'const _Foo' types
modified:
  ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c
  ts/devchk/gtk_3_0_gtk_gtk_h.c
-------------- next part --------------
=== modified file 'ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c'
--- a/ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c	2014-03-07 23:26:55 +0000
+++ b/ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c	2014-03-16 17:29:08 +0000
@@ -53,7 +53,7 @@
 CheckInterfacedef(g_dbus_method_invocation_get_interface_name,g_dbus_method_invocation_get_interface_name_db);
 extern const char * g_dbus_method_invocation_get_method_name_db(GDBusMethodInvocation *);
 CheckInterfacedef(g_dbus_method_invocation_get_method_name,g_dbus_method_invocation_get_method_name_db);
-extern const struct _GDBusMethodInfo * g_dbus_method_invocation_get_method_info_db(GDBusMethodInvocation *);
+extern const GDBusMethodInfo * g_dbus_method_invocation_get_method_info_db(GDBusMethodInvocation *);
 CheckInterfacedef(g_dbus_method_invocation_get_method_info,g_dbus_method_invocation_get_method_info_db);
 extern GDBusConnection * g_dbus_method_invocation_get_connection_db(GDBusMethodInvocation *);
 CheckInterfacedef(g_dbus_method_invocation_get_connection,g_dbus_method_invocation_get_connection_db);

=== modified file 'ts/devchk/gtk_3_0_gtk_gtk_h.c'
--- a/ts/devchk/gtk_3_0_gtk_gtk_h.c	2014-03-15 13:55:52 +0000
+++ b/ts/devchk/gtk_3_0_gtk_gtk_h.c	2014-03-16 17:29:08 +0000
@@ -3106,6 +3106,17 @@
 #endif
 
 #if 1
+CheckTypeSize(struct _GtkRequisition,0, 10004444, 1, 5.0, NULL, 0, NULL)
+Msg("Missing member data for _GtkRequisition on All\n");
+CheckOffset(struct _GtkRequisition,width,0,1,235123)
+CheckOffset(struct _GtkRequisition,height,0,1,235124)
+#endif
+
+#if 1
+CheckTypeSize(GtkRequisition,0, 10004445, 1, 5.0, NULL, 10004444, NULL)
+#endif
+
+#if 1
 CheckTypeSize(struct _GtkStyleContext,0, 10004451, 1, 5.0, NULL, 0, NULL)
 Msg("Missing member data for _GtkStyleContext on All\n");
 #endif
@@ -3117,6 +3128,12 @@
 #if 1
 CheckTypeSize(struct _GtkWidget,0, 10004455, 1, 5.0, NULL, 0, NULL)
 Msg("Missing member data for _GtkWidget on All\n");
+CheckOffset(struct _GtkWidget,parent_instance,0,1,235125)
+CheckOffset(struct _GtkWidget,priv,0,1,235126)
+#endif
+
+#if 1
+CheckTypeSize(GtkWidget,0, 10004456, 1, 5.0, NULL, 10004455, NULL)
 #endif
 
 #if 1
@@ -3413,6 +3430,10 @@
 #endif
 
 #if 1
+CheckTypeSize(GtkWidgetAuxInfo,0, 10004831, 1, 5.0, NULL, 10004839, NULL)
+#endif
+
+#if 1
 CheckTypeSize(GtkAllocation,0, 10004832, 1, 5.0, NULL, 10003617, NULL)
 #endif
 
@@ -3427,7 +3448,8 @@
 
 #if 1
 CheckTypeSize(struct _GtkWidgetAuxInfo,0, 10004839, 1, 5.0, NULL, 0, NULL)
-Msg("Missing member data for _GtkWidgetAuxInfo on All\n");
+CheckBitField(struct _GtkWidgetAuxInfo,halign,4,1,235129)
+CheckBitField(struct _GtkWidgetAuxInfo,valign,4,1,235130)
 #endif
 
 #if 1
@@ -5191,7 +5213,7 @@
 CheckInterfacedef(gtk_requisition_get_type,gtk_requisition_get_type_db);
 extern GtkRequisition * gtk_requisition_new_db(void);
 CheckInterfacedef(gtk_requisition_new,gtk_requisition_new_db);
-extern GtkRequisition * gtk_requisition_copy_db(const struct _GtkRequisition *);
+extern GtkRequisition * gtk_requisition_copy_db(const GtkRequisition *);
 CheckInterfacedef(gtk_requisition_copy,gtk_requisition_copy_db);
 extern void gtk_requisition_free_db(GtkRequisition *);
 CheckInterfacedef(gtk_requisition_free,gtk_requisition_free_db);
@@ -6135,7 +6157,7 @@
 CheckInterfacedef(gtk_tool_palette_get_drop_item,gtk_tool_palette_get_drop_item_db);
 extern GtkToolItemGroup * gtk_tool_palette_get_drop_group_db(GtkToolPalette *, gint, gint);
 CheckInterfacedef(gtk_tool_palette_get_drop_group,gtk_tool_palette_get_drop_group_db);
-extern GtkWidget * gtk_tool_palette_get_drag_item_db(GtkToolPalette *, const struct _GtkSelectionData *);
+extern GtkWidget * gtk_tool_palette_get_drag_item_db(GtkToolPalette *, const GtkSelectionData *);
 CheckInterfacedef(gtk_tool_palette_get_drag_item,gtk_tool_palette_get_drag_item_db);
 extern void gtk_tool_palette_set_drag_source_db(GtkToolPalette *, GtkToolPaletteDragTargets);
 CheckInterfacedef(gtk_tool_palette_set_drag_source,gtk_tool_palette_set_drag_source_db);
@@ -6703,45 +6725,45 @@
 CheckInterfacedef(gtk_selection_convert,gtk_selection_convert_db);
 extern void gtk_selection_remove_all_db(GtkWidget *);
 CheckInterfacedef(gtk_selection_remove_all,gtk_selection_remove_all_db);
-extern GdkAtom gtk_selection_data_get_selection_db(const struct _GtkSelectionData *);
+extern GdkAtom gtk_selection_data_get_selection_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_selection,gtk_selection_data_get_selection_db);
-extern GdkAtom gtk_selection_data_get_target_db(const struct _GtkSelectionData *);
+extern GdkAtom gtk_selection_data_get_target_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_target,gtk_selection_data_get_target_db);
-extern GdkAtom gtk_selection_data_get_data_type_db(const struct _GtkSelectionData *);
+extern GdkAtom gtk_selection_data_get_data_type_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_data_type,gtk_selection_data_get_data_type_db);
-extern gint gtk_selection_data_get_format_db(const struct _GtkSelectionData *);
+extern gint gtk_selection_data_get_format_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_format,gtk_selection_data_get_format_db);
-extern const unsigned char * gtk_selection_data_get_data_db(const struct _GtkSelectionData *);
+extern const unsigned char * gtk_selection_data_get_data_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_data,gtk_selection_data_get_data_db);
-extern gint gtk_selection_data_get_length_db(const struct _GtkSelectionData *);
+extern gint gtk_selection_data_get_length_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_length,gtk_selection_data_get_length_db);
-extern const unsigned char * gtk_selection_data_get_data_with_length_db(const struct _GtkSelectionData *, gint *);
+extern const unsigned char * gtk_selection_data_get_data_with_length_db(const GtkSelectionData *, gint *);
 CheckInterfacedef(gtk_selection_data_get_data_with_length,gtk_selection_data_get_data_with_length_db);
-extern GdkDisplay * gtk_selection_data_get_display_db(const struct _GtkSelectionData *);
+extern GdkDisplay * gtk_selection_data_get_display_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_display,gtk_selection_data_get_display_db);
 extern void gtk_selection_data_set_db(GtkSelectionData *, GdkAtom, gint, const guchar *, gint);
 CheckInterfacedef(gtk_selection_data_set,gtk_selection_data_set_db);
 extern gboolean gtk_selection_data_set_text_db(GtkSelectionData *, const char *, gint);
 CheckInterfacedef(gtk_selection_data_set_text,gtk_selection_data_set_text_db);
-extern guchar * gtk_selection_data_get_text_db(const struct _GtkSelectionData *);
+extern guchar * gtk_selection_data_get_text_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_text,gtk_selection_data_get_text_db);
 extern gboolean gtk_selection_data_set_pixbuf_db(GtkSelectionData *, GdkPixbuf *);
 CheckInterfacedef(gtk_selection_data_set_pixbuf,gtk_selection_data_set_pixbuf_db);
-extern GdkPixbuf * gtk_selection_data_get_pixbuf_db(const struct _GtkSelectionData *);
+extern GdkPixbuf * gtk_selection_data_get_pixbuf_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_pixbuf,gtk_selection_data_get_pixbuf_db);
 extern gboolean gtk_selection_data_set_uris_db(GtkSelectionData *, gchar * *);
 CheckInterfacedef(gtk_selection_data_set_uris,gtk_selection_data_set_uris_db);
-extern gchar * * gtk_selection_data_get_uris_db(const struct _GtkSelectionData *);
+extern gchar * * gtk_selection_data_get_uris_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_get_uris,gtk_selection_data_get_uris_db);
-extern gboolean gtk_selection_data_get_targets_db(const struct _GtkSelectionData *, GdkAtom * *, gint *);
+extern gboolean gtk_selection_data_get_targets_db(const GtkSelectionData *, GdkAtom * *, gint *);
 CheckInterfacedef(gtk_selection_data_get_targets,gtk_selection_data_get_targets_db);
-extern gboolean gtk_selection_data_targets_include_text_db(const struct _GtkSelectionData *);
+extern gboolean gtk_selection_data_targets_include_text_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_targets_include_text,gtk_selection_data_targets_include_text_db);
-extern gboolean gtk_selection_data_targets_include_rich_text_db(const struct _GtkSelectionData *, GtkTextBuffer *);
+extern gboolean gtk_selection_data_targets_include_rich_text_db(const GtkSelectionData *, GtkTextBuffer *);
 CheckInterfacedef(gtk_selection_data_targets_include_rich_text,gtk_selection_data_targets_include_rich_text_db);
-extern gboolean gtk_selection_data_targets_include_image_db(const struct _GtkSelectionData *, gboolean);
+extern gboolean gtk_selection_data_targets_include_image_db(const GtkSelectionData *, gboolean);
 CheckInterfacedef(gtk_selection_data_targets_include_image,gtk_selection_data_targets_include_image_db);
-extern gboolean gtk_selection_data_targets_include_uri_db(const struct _GtkSelectionData *);
+extern gboolean gtk_selection_data_targets_include_uri_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_targets_include_uri,gtk_selection_data_targets_include_uri_db);
 extern gboolean gtk_targets_include_text_db(GdkAtom *, gint);
 CheckInterfacedef(gtk_targets_include_text,gtk_targets_include_text_db);
@@ -6753,7 +6775,7 @@
 CheckInterfacedef(gtk_targets_include_uri,gtk_targets_include_uri_db);
 extern GType gtk_selection_data_get_type_db(void);
 CheckInterfacedef(gtk_selection_data_get_type,gtk_selection_data_get_type_db);
-extern GtkSelectionData * gtk_selection_data_copy_db(const struct _GtkSelectionData *);
+extern GtkSelectionData * gtk_selection_data_copy_db(const GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_copy,gtk_selection_data_copy_db);
 extern void gtk_selection_data_free_db(GtkSelectionData *);
 CheckInterfacedef(gtk_selection_data_free,gtk_selection_data_free_db);



More information about the lsb-messages mailing list