[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2419: fix some glib type usage (bug 3940)

Mats Wichmann mats at linuxfoundation.org
Fri Mar 7 23:26:55 UTC 2014


------------------------------------------------------------
revno: 2419
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Fri 2014-03-07 16:26:55 -0700
message:
  fix some glib type usage (bug 3940)
modified:
  ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c
  ts/devchk/glib_2_0_gio_gfileattribute_h.c
  ts/devchk/glib_2_0_gio_gsimpleasyncresult_h.c
  ts/devchk/glib_2_0_glib_h.c
  ts/devchk/glib_2_0_glib_object_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	2012-12-26 15:34:36 +0000
+++ b/ts/devchk/glib_2_0_gio_gdbusmethodinvocation_h.c	2014-03-07 23:26:55 +0000
@@ -73,7 +73,7 @@
 CheckInterfacedef(g_dbus_method_invocation_return_error_valist,g_dbus_method_invocation_return_error_valist_db);
 extern void g_dbus_method_invocation_return_error_literal_db(GDBusMethodInvocation *, GQuark, gint, const gchar *);
 CheckInterfacedef(g_dbus_method_invocation_return_error_literal,g_dbus_method_invocation_return_error_literal_db);
-extern void g_dbus_method_invocation_return_gerror_db(GDBusMethodInvocation *, const struct _GError *);
+extern void g_dbus_method_invocation_return_gerror_db(GDBusMethodInvocation *, const GError *);
 CheckInterfacedef(g_dbus_method_invocation_return_gerror,g_dbus_method_invocation_return_gerror_db);
 extern void g_dbus_method_invocation_take_error_db(GDBusMethodInvocation *, GError *);
 CheckInterfacedef(g_dbus_method_invocation_take_error,g_dbus_method_invocation_take_error_db);

=== modified file 'ts/devchk/glib_2_0_gio_gfileattribute_h.c'
--- a/ts/devchk/glib_2_0_gio_gfileattribute_h.c	2013-01-11 16:08:10 +0000
+++ b/ts/devchk/glib_2_0_gio_gfileattribute_h.c	2014-03-07 23:26:55 +0000
@@ -103,7 +103,7 @@
 CheckInterfacedef(g_file_attribute_info_list_unref,g_file_attribute_info_list_unref_db);
 extern GFileAttributeInfoList * g_file_attribute_info_list_dup_db(GFileAttributeInfoList *);
 CheckInterfacedef(g_file_attribute_info_list_dup,g_file_attribute_info_list_dup_db);
-extern const struct _GFileAttributeInfo * g_file_attribute_info_list_lookup_db(GFileAttributeInfoList *, const char *);
+extern const GFileAttributeInfo * g_file_attribute_info_list_lookup_db(GFileAttributeInfoList *, const char *);
 CheckInterfacedef(g_file_attribute_info_list_lookup,g_file_attribute_info_list_lookup_db);
 extern void g_file_attribute_info_list_add_db(GFileAttributeInfoList *, const char *, GFileAttributeType, GFileAttributeInfoFlags);
 CheckInterfacedef(g_file_attribute_info_list_add,g_file_attribute_info_list_add_db);

=== modified file 'ts/devchk/glib_2_0_gio_gsimpleasyncresult_h.c'
--- a/ts/devchk/glib_2_0_gio_gsimpleasyncresult_h.c	2012-12-26 15:34:36 +0000
+++ b/ts/devchk/glib_2_0_gio_gsimpleasyncresult_h.c	2014-03-07 23:26:55 +0000
@@ -61,7 +61,7 @@
 CheckInterfacedef(g_simple_async_result_new,g_simple_async_result_new_db);
 extern GSimpleAsyncResult * g_simple_async_result_new_error_db(GObject *, GAsyncReadyCallback, gpointer, GQuark, gint, const char *, ...);
 CheckInterfacedef(g_simple_async_result_new_error,g_simple_async_result_new_error_db);
-extern GSimpleAsyncResult * g_simple_async_result_new_from_error_db(GObject *, GAsyncReadyCallback, gpointer, const struct _GError *);
+extern GSimpleAsyncResult * g_simple_async_result_new_from_error_db(GObject *, GAsyncReadyCallback, gpointer, const GError *);
 CheckInterfacedef(g_simple_async_result_new_from_error,g_simple_async_result_new_from_error_db);
 extern GSimpleAsyncResult * g_simple_async_result_new_take_error_db(GObject *, GAsyncReadyCallback, gpointer, GError *);
 CheckInterfacedef(g_simple_async_result_new_take_error,g_simple_async_result_new_take_error_db);
@@ -89,7 +89,7 @@
 CheckInterfacedef(g_simple_async_result_complete_in_idle,g_simple_async_result_complete_in_idle_db);
 extern void g_simple_async_result_run_in_thread_db(GSimpleAsyncResult *, GSimpleAsyncThreadFunc, int, GCancellable *);
 CheckInterfacedef(g_simple_async_result_run_in_thread,g_simple_async_result_run_in_thread_db);
-extern void g_simple_async_result_set_from_error_db(GSimpleAsyncResult *, const struct _GError *);
+extern void g_simple_async_result_set_from_error_db(GSimpleAsyncResult *, const GError *);
 CheckInterfacedef(g_simple_async_result_set_from_error,g_simple_async_result_set_from_error_db);
 extern void g_simple_async_result_take_error_db(GSimpleAsyncResult *, GError *);
 CheckInterfacedef(g_simple_async_result_take_error,g_simple_async_result_take_error_db);
@@ -103,7 +103,7 @@
 CheckInterfacedef(g_simple_async_result_is_valid,g_simple_async_result_is_valid_db);
 extern void g_simple_async_report_error_in_idle_db(GObject *, GAsyncReadyCallback, gpointer, GQuark, gint, const char *, ...);
 CheckInterfacedef(g_simple_async_report_error_in_idle,g_simple_async_report_error_in_idle_db);
-extern void g_simple_async_report_gerror_in_idle_db(GObject *, GAsyncReadyCallback, gpointer, const struct _GError *);
+extern void g_simple_async_report_gerror_in_idle_db(GObject *, GAsyncReadyCallback, gpointer, const GError *);
 CheckInterfacedef(g_simple_async_report_gerror_in_idle,g_simple_async_report_gerror_in_idle_db);
 extern void g_simple_async_report_take_gerror_in_idle_db(GObject *, GAsyncReadyCallback, gpointer, GError *);
 CheckInterfacedef(g_simple_async_report_take_gerror_in_idle,g_simple_async_report_take_gerror_in_idle_db);

=== modified file 'ts/devchk/glib_2_0_glib_h.c'
--- a/ts/devchk/glib_2_0_glib_h.c	2014-01-09 14:32:31 +0000
+++ b/ts/devchk/glib_2_0_glib_h.c	2014-03-07 23:26:55 +0000
@@ -12757,7 +12757,7 @@
 CheckInterfacedef(g_assertion_message_cmpstr,g_assertion_message_cmpstr_db);
 extern void g_assertion_message_cmpnum_db(const char *, const char *, int, const char *, const char *, long double, const char *, long double, char);
 CheckInterfacedef(g_assertion_message_cmpnum,g_assertion_message_cmpnum_db);
-extern void g_assertion_message_error_db(const char *, const char *, int, const char *, const char *, const struct _GError *, GQuark, int);
+extern void g_assertion_message_error_db(const char *, const char *, int, const char *, const char *, const GError *, GQuark, int);
 CheckInterfacedef(g_assertion_message_error,g_assertion_message_error_db);
 extern void g_test_add_vtable_db(const char *, gsize, gconstpointer, GTestFixtureFunc, GTestFixtureFunc, GTestFixtureFunc);
 CheckInterfacedef(g_test_add_vtable,g_test_add_vtable_db);
@@ -12957,7 +12957,7 @@
 CheckInterfacedef(g_markup_parse_context_push,g_markup_parse_context_push_db);
 extern void * g_markup_parse_context_pop_db(GMarkupParseContext *);
 CheckInterfacedef(g_markup_parse_context_pop,g_markup_parse_context_pop_db);
-extern const struct _GSList * g_markup_parse_context_get_element_stack_db(GMarkupParseContext *);
+extern const GSList * g_markup_parse_context_get_element_stack_db(GMarkupParseContext *);
 CheckInterfacedef(g_markup_parse_context_get_element_stack,g_markup_parse_context_get_element_stack_db);
 extern void * g_markup_parse_context_get_user_data_db(GMarkupParseContext *);
 CheckInterfacedef(g_markup_parse_context_get_user_data,g_markup_parse_context_get_user_data_db);

=== modified file 'ts/devchk/glib_2_0_glib_object_h.c'
--- a/ts/devchk/glib_2_0_glib_object_h.c	2013-07-24 20:04:05 +0000
+++ b/ts/devchk/glib_2_0_glib_object_h.c	2014-03-07 23:26:55 +0000
@@ -7640,7 +7640,7 @@
 CheckInterfacedef(g_weak_ref_get,g_weak_ref_get_db);
 extern void g_weak_ref_set_db(struct GWeakRef *, gpointer);
 CheckInterfacedef(g_weak_ref_set,g_weak_ref_set_db);
-extern GParamSpec * g_param_spec_variant_db(const gchar *, const gchar *, const gchar *, const struct _GVariantType *, GVariant *, GParamFlags);
+extern GParamSpec * g_param_spec_variant_db(const gchar *, const gchar *, const gchar *, GVariantType *, GVariant *, GParamFlags);
 CheckInterfacedef(g_param_spec_variant,g_param_spec_variant_db);
 extern void g_value_set_param_take_ownership_db(GValue *, GParamSpec *);
 CheckInterfacedef(g_value_set_param_take_ownership,g_value_set_param_take_ownership_db);



More information about the lsb-messages mailing list