// Code generated by cmd/cgo; DO NOT EDIT. //line /home/josie/.cache/paru/clone/wiiudownloader/src/pkg/mod/github.com/gotk3/gotk3@v0.6.5-0.20240618185848-ff349ae13f56/cairo/linejoin.go:1:1 package cairo // #include // #include // #include import _ "unsafe" import ( "unsafe" ) // LineJoin is a representation of Cairo's cairo_line_join_t. type LineJoin int const ( LINE_JOIN_MITER LineJoin = ( /*line :15:29*/_Ciconst_CAIRO_LINE_JOIN_MITER /*line :15:51*/) LINE_JOIN_ROUND LineJoin = ( /*line :16:29*/_Ciconst_CAIRO_LINE_JOIN_ROUND /*line :16:51*/) LINE_JOIN_BEVEL LineJoin = ( /*line :17:29*/_Ciconst_CAIRO_LINE_JOIN_BEVEL /*line :17:51*/) ) func marshalLineJoin(p uintptr) (interface{}, error) { c := ( /*line :21:7*/_Cfunc_g_value_get_enum /*line :21:24*/)((* /*line :21:28*/_Ctype_GValue /*line :21:36*/)(unsafe.Pointer(p))) return LineJoin(c), nil }