[ostree] libostree: Fix an introspection scanner warning
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] libostree: Fix an introspection scanner warning
- Date: Wed, 9 Oct 2013 16:53:34 +0000 (UTC)
commit c62141004abcb5591b5395efd232f89a2aa269bb
Author: Colin Walters <walters verbum org>
Date: Wed Oct 9 12:53:12 2013 -0400
libostree: Fix an introspection scanner warning
src/libostree/ostree-deployment.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libostree/ostree-deployment.h b/src/libostree/ostree-deployment.h
index a96a00a..daaa90d 100644
--- a/src/libostree/ostree-deployment.h
+++ b/src/libostree/ostree-deployment.h
@@ -33,7 +33,7 @@ typedef struct _OstreeDeployment OstreeDeployment;
GType ostree_deployment_get_type (void) G_GNUC_CONST;
guint ostree_deployment_hash (gconstpointer v);
-gboolean ostree_deployment_equal (gconstpointer a, gconstpointer b);
+gboolean ostree_deployment_equal (gconstpointer ap, gconstpointer bp);
OstreeDeployment * ostree_deployment_new (int index,
const char *osname,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]