mirror of
https://github.com/containers/skopeo.git
synced 2025-09-14 05:50:56 +00:00
Vendor in ostree fixes
This will fix the compiler issues. Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/ostreedev/ostree-go/pkg/glibobject/gobject.go
generated
vendored
4
vendor/github.com/ostreedev/ostree-go/pkg/glibobject/gobject.go
generated
vendored
@@ -66,11 +66,11 @@ func (v *GObject) Unref() {
|
||||
}
|
||||
|
||||
func (v *GObject) RefSink() {
|
||||
C.g_object_ref_sink(v.native())
|
||||
C.g_object_ref_sink(C.gpointer(v.native()))
|
||||
}
|
||||
|
||||
func (v *GObject) IsFloating() bool {
|
||||
c := C.g_object_is_floating(v.native())
|
||||
c := C.g_object_is_floating(C.gpointer(v.native()))
|
||||
return GoBool(GBoolean(c))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user