mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
libostree: Fix an introspection scanner warning
This commit is contained in:
parent
2708124190
commit
c62141004a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user