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…
Reference in New Issue