GdkPaintableInterface.getIntrinsicAspectRatio

The preferred aspect ratio for this object or 0 if none. If both vfunc@Gdk.Paintable.get_intrinsic_width and vfunc@Gdk.Paintable.get_intrinsic_height return non-zero values, this function should return the aspect ratio computed from those.

struct GdkPaintableInterface
extern (C)
double function(GdkPaintable* paintable) getIntrinsicAspectRatio;