// GENERATED — DO NOT EDIT

///|
#borrow(context)
extern "c" fn moonbit_pango_cairo_context_get_resolution(
  context : @pango.Context,
) -> Double = "moonbit_pango_cairo_context_get_resolution"

///|
/// [Upstream documentation](https://docs.gtk.org/PangoCairo/func.context_get_resolution.html).
pub fn context_get_resolution(context : &@pango.IContext) -> Double {
  moonbit_pango_cairo_context_get_resolution(context.as_context())
}