INVALID,
CALL,
ASYNC,
- NOTIFIED
+ NOTIFIED,
+ FOREVER
}
[CCode (cheader_filename = "girepository.h", cprefix = "GI_TRANSFER_", has_type_id = false)]
public enum Transfer {
public static unowned string get_profile ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "guint")] uint8[] sps);
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_h264_get_profile_flags_level")]
[Version (since = "1.20")]
- public static bool get_profile_flags_level ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "guint", type = "const guint8*")] uint8[] codec_data, out uint8 profile, out uint8 flags, out uint8 level);
+ public static bool get_profile_flags_level ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "guint")] uint8[] codec_data, out uint8 profile, out uint8 flags, out uint8 level);
}
namespace MPEG4Video {
[CCode (cheader_filename = "gst/pbutils/pbutils.h", cname = "gst_codec_utils_mpeg4video_caps_set_level_and_profile")]
public async Simple (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable) throws GLib.Error;
public unowned GClue.ClientProxy get_client ();
public unowned GClue.Location get_location ();
- public static async void new_with_thresholds (string desktop_id, GClue.AccuracyLevel accuracy_level, uint time_threshold, uint distance_threshold, GLib.Cancellable? cancellable);
[CCode (has_construct_function = false)]
public Simple.sync (string desktop_id, GClue.AccuracyLevel accuracy_level, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ [CCode (cname = "gclue_simple_new_with_thresholds", finish_name = "gclue_simple_new_finish", has_construct_function = false)]
+ public async Simple.with_thresholds (string desktop_id, GClue.AccuracyLevel accuracy_level, uint time_threshold, uint distance_threshold, GLib.Cancellable? cancellable) throws GLib.Error;
[CCode (has_construct_function = false)]
public Simple.with_thresholds_sync (string desktop_id, GClue.AccuracyLevel accuracy_level, uint time_threshold, uint distance_threshold, GLib.Cancellable? cancellable = null) throws GLib.Error;
[NoAccessorMethod]
public void set_response_filter (owned Soup.LoggerFilter response_filter);
[NoAccessorMethod]
public Soup.LoggerLogLevel level { get; set; }
- public int max_body_size { get; set; }
+ public int max_body_size { get; set construct; }
}
[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
public sealed class Message : GLib.Object {
--- /dev/null
+Simple
+ .new_with_thresholds finish_name="gclue_simple_new_finish"
public Pango.CoverageLevel @get (int index_);
[Version (deprecated = true, deprecated_since = "1.44")]
public void max (Pango.Coverage other);
+ [Version (deprecated = true, deprecated_since = "1.52")]
public unowned Pango.Coverage @ref ();
public void @set (int index_, Pango.CoverageLevel level);
[Version (deprecated = true, deprecated_since = "1.44")]
public void to_bytes ([CCode (array_length_cname = "n_bytes", array_length_pos = 1.1)] out uint8[] bytes);
+ [Version (deprecated = true, deprecated_since = "1.52")]
public void unref ();
}
[CCode (cheader_filename = "pango/pango.h", type_id = "pango_font_get_type ()")]