diff --git a/libsecret/secret-collection.h b/libsecret/secret-collection.h index 14d7d5f..1f88977 100644 --- a/libsecret/secret-collection.h +++ b/libsecret/secret-collection.h @@ -173,7 +173,7 @@ guint64 secret_collection_get_created (SecretCollection guint64 secret_collection_get_modified (SecretCollection *self); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretCollection, g_object_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretCollection, g_object_unref) G_END_DECLS diff --git a/libsecret/secret-item.h b/libsecret/secret-item.h index 2742720..c497a3f 100644 --- a/libsecret/secret-item.h +++ b/libsecret/secret-item.h @@ -191,7 +191,7 @@ guint64 secret_item_get_created (SecretItem *self); guint64 secret_item_get_modified (SecretItem *self); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretItem, g_object_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretItem, g_object_unref) G_END_DECLS diff --git a/libsecret/secret-prompt.h b/libsecret/secret-prompt.h index a8d1313..aa94463 100644 --- a/libsecret/secret-prompt.h +++ b/libsecret/secret-prompt.h @@ -75,7 +75,7 @@ GVariant * secret_prompt_perform_finish (SecretPrompt *self, GAsyncResult *result, GError **error); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretPrompt, g_object_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretPrompt, g_object_unref) G_END_DECLS diff --git a/libsecret/secret-schema.h b/libsecret/secret-schema.h index cd539a1..d94cb27 100644 --- a/libsecret/secret-schema.h +++ b/libsecret/secret-schema.h @@ -72,7 +72,7 @@ void secret_schema_unref (SecretSchema *schema); GType secret_schema_attribute_get_type (void) G_GNUC_CONST; -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretSchema, g_object_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretSchema, g_object_unref) G_END_DECLS diff --git a/libsecret/secret-service.h b/libsecret/secret-service.h index 0e39186..4c3a827 100644 --- a/libsecret/secret-service.h +++ b/libsecret/secret-service.h @@ -304,7 +304,7 @@ gboolean secret_service_set_alias_sync (SecretService GCancellable *cancellable, GError **error); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretService, g_object_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretService, g_object_unref) G_END_DECLS diff --git a/libsecret/secret-value.h b/libsecret/secret-value.h index a36751e..43b0e09 100644 --- a/libsecret/secret-value.h +++ b/libsecret/secret-value.h @@ -51,7 +51,7 @@ SecretValue * secret_value_ref (SecretValue *value); void secret_value_unref (gpointer value); -G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretValue, secret_value_unref); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (SecretValue, secret_value_unref) G_END_DECLS