public size_t get_byte_length ();
public Gdk.Colorspace get_colorspace ();
public static unowned Gdk.PixbufFormat? get_file_info (string filename, out int width, out int height);
+ public static async unowned Gdk.PixbufFormat get_file_info_async (string filename, GLib.Cancellable? cancellable, out int width, out int height) throws GLib.Error;
public static GLib.SList<weak Gdk.PixbufFormat> get_formats ();
public bool get_has_alpha ();
public int get_height ();
public delegate bool FontsetForeachFunc (Pango.Fontset fontset, Pango.Font font);
[CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ANALYSIS_FLAG_CENTERED_BASELINE")]
public const int ANALYSIS_FLAG_CENTERED_BASELINE;
+ [CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ANALYSIS_FLAG_IS_ELLIPSIS")]
+ public const int ANALYSIS_FLAG_IS_ELLIPSIS;
[CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING")]
public const int ATTR_INDEX_FROM_TEXT_BEGINNING;
[CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ENGINE_TYPE_LANG")]