public uint get_length ();
public uint get_n_nodes ();
public Clutter.PathNode get_node (uint index_);
- public GLib.SList<weak Clutter.PathNode> get_nodes ();
+ public GLib.SList<weak Clutter.PathNode?> get_nodes ();
public uint get_position (double progress, out Clutter.Knot position);
public void insert_node (int index_, Clutter.PathNode node);
public void remove_node (uint index_);
public void get_capture_resolution (out int width, out int height);
public unowned string get_name ();
public unowned string get_node ();
- public unowned GLib.GenericArray<ClutterGst.VideoResolution> get_supported_resolutions ();
+ public unowned GLib.GenericArray<ClutterGst.VideoResolution?> get_supported_resolutions ();
public void set_capture_resolution (int width, int height);
[NoAccessorMethod]
public Gst.ElementFactory element_factory { owned get; construct; }
[Version (deprecated = true, deprecated_since = "3.20.", since = "3.0")]
public Gdk.GrabStatus grab (Gdk.Window window, Gdk.GrabOwnership grab_ownership, bool owner_events, Gdk.EventMask event_mask, Gdk.Cursor? cursor, uint32 time_);
[Version (since = "3.0")]
- public GLib.List<weak Gdk.Atom> list_axes ();
+ public GLib.List<weak Gdk.Atom?> list_axes ();
public GLib.List<weak Gdk.Device>? list_slave_devices ();
public void set_axis_use (uint index_, Gdk.AxisUse use);
public void set_key (uint index_, uint keyval, Gdk.ModifierType modifiers);
[Version (since = "2.22")]
public Gdk.DragAction get_suggested_action ();
[Version (since = "2.22")]
- public unowned GLib.List<Gdk.Atom> list_targets ();
+ public unowned GLib.List<Gdk.Atom?> list_targets ();
[Version (since = "3.20")]
public bool manage_dnd (Gdk.Window ipc_window, Gdk.DragAction actions);
public void set_device (Gdk.Device device);
[CCode (cheader_filename = "gdk/gdk.h")]
public static void drag_abort (Gdk.DragContext context, uint32 time_);
[CCode (cheader_filename = "gdk/gdk.h")]
- public static Gdk.DragContext drag_begin (Gdk.Window window, GLib.List<Gdk.Atom> targets);
+ public static Gdk.DragContext drag_begin (Gdk.Window window, GLib.List<Gdk.Atom?> targets);
[CCode (cheader_filename = "gdk/gdk.h")]
- public static Gdk.DragContext drag_begin_for_device (Gdk.Window window, Gdk.Device device, GLib.List<Gdk.Atom> targets);
+ public static Gdk.DragContext drag_begin_for_device (Gdk.Window window, Gdk.Device device, GLib.List<Gdk.Atom?> targets);
[CCode (cheader_filename = "gdk/gdk.h")]
[Version (since = "3.20")]
- public static Gdk.DragContext drag_begin_from_point (Gdk.Window window, Gdk.Device device, GLib.List<Gdk.Atom> targets, int x_root, int y_root);
+ public static Gdk.DragContext drag_begin_from_point (Gdk.Window window, Gdk.Device device, GLib.List<Gdk.Atom?> targets, int x_root, int y_root);
[CCode (cheader_filename = "gdk/gdk.h")]
public static void drag_drop (Gdk.DragContext context, uint32 time_);
[CCode (cheader_filename = "gdk/gdk.h")]
public void add_forward_result (GLib.HashTable<string,GLib.Value?> @params, GLib.List<Geocode.Place>? results, GLib.Error? error);
public void add_reverse_result (GLib.HashTable<string,GLib.Value?> @params, GLib.List<Geocode.Place>? results, GLib.Error? error);
public void clear ();
- public unowned GLib.GenericArray<Geocode.MockBackendQuery> get_query_log ();
+ public unowned GLib.GenericArray<Geocode.MockBackendQuery?> get_query_log ();
}
[CCode (cheader_filename = "geocode-glib/geocode-glib.h", type_id = "geocode_nominatim_get_type ()")]
[Version (since = "3.23.1")]
public void insert (uint index_, GLib.Value value);
public void prepend (GLib.Value value);
public void remove (uint index_);
- public void sort (GLib.CompareFunc<GLib.Value> compare_func);
- public void sort_with_data (GLib.CompareDataFunc<GLib.Value> compare_func);
+ public void sort (GLib.CompareFunc<GLib.Value?> compare_func);
+ public void sort_with_data (GLib.CompareDataFunc<GLib.Value?> compare_func);
}
[CCode (cheader_filename = "glib-object.h", lower_case_csuffix = "type_plugin", type_id = "g_type_plugin_get_type ()")]
public interface TypePlugin {
[CCode (cheader_filename = "gst/gst.h")]
public static int construct_win_color (uint colorinfo);
[CCode (cheader_filename = "gst/gst.h")]
- public static GLib.SList<weak Gst.DebugCategory> get_all_categories ();
+ public static GLib.SList<weak Gst.DebugCategory?> get_all_categories ();
[CCode (cheader_filename = "gst/gst.h")]
[Version (since = "1.2")]
public static Gst.DebugColorMode get_color_mode ();
public uint size;
public GLib.Type type;
[CCode (simple_generics = true)]
- public Gst.Iterator filter<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value,T> func, T user_data);
+ public Gst.Iterator filter<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value?,T> func, T user_data);
[CCode (simple_generics = true)]
- public bool find_custom<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value,T> func, out GLib.Value elem, T user_data);
+ public bool find_custom<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value?,T> func, out GLib.Value elem, T user_data);
public Gst.IteratorResult fold ([CCode (delegate_target_pos = 2.1)] Gst.IteratorFoldFunction func, GLib.Value ret);
public Gst.IteratorResult @foreach (Gst.IteratorForeachFunction func);
public void free ();
public void set_string_property (string name, string v_string, string origin);
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.8", since = "2.10")]
- public GLib.HashTable<string,Gdk.Color> color_hash { owned get; }
+ public GLib.HashTable<string,Gdk.Color?> color_hash { owned get; }
[NoAccessorMethod]
public bool gtk_alternative_button_order { get; set; }
[NoAccessorMethod]
public bool get_key_is_modifier (out bool is_modifier);
public bool get_keycode (out uint16 keycode);
public bool get_keyval (out uint keyval);
- public GLib.List<weak Gdk.TimeCoord>? get_motion_history ();
+ public GLib.List<weak Gdk.TimeCoord?>? get_motion_history ();
public bool get_pad_axis_value (out uint index, out double value);
public bool get_pad_button (out uint button);
public bool get_pad_group_mode (out uint group, out uint mode);
public class InfileMSVBA : Gsf.Infile {
[CCode (has_construct_function = false, type = "GsfInfile*")]
public InfileMSVBA (Gsf.Infile source) throws GLib.Error;
- public unowned GLib.HashTable<string,uint8[]?> get_modules ();
- public GLib.HashTable<string,uint8[]?> steal_modules ();
+ public unowned GLib.HashTable<string,void*> get_modules ();
+ public GLib.HashTable<string,void*> steal_modules ();
}
[CCode (cheader_filename = "gsf/gsf.h", type_id = "gsf_infile_stdio_get_type ()")]
public class InfileStdio : Gsf.Infile {
.child_by_vaname skip=false
InfileMSVBA
- .get_modules type="unowned GLib.HashTable<string,uint8[]?>"
- .steal_modules type="GLib.HashTable<string,uint8[]?>"
+ .get_modules type="unowned GLib.HashTable<string,void*>"
+ .steal_modules type="GLib.HashTable<string,void*>"
Input
.* skip=false
[Compact, CCode (copy_function = "gst_iterator_copy", free_function = "gst_iterator_free", type_id = "gst_iterator_get_type ()")]
public class Iterator {
[CCode (simple_generics = true)]
- public Gst.Iterator filter<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value,T> func, T user_data);
+ public Gst.Iterator filter<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value?,T> func, T user_data);
[CCode (simple_generics = true)]
- public bool find_custom<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value,T> func, out GLib.Value elem, T user_data);
+ public bool find_custom<T> ([CCode (type = "GCompareFunc")] GLib.SearchFunc<GLib.Value?,T> func, out GLib.Value elem, T user_data);
}
[Compact, CCode (ref_function = "gst_mini_object_ref", unref_function = "gst_mini_object_unref", get_value_function = "g_value_get_boxed", set_value_function = "g_value_set_boxed", take_value_function = "g_value_take_boxed")]
.groups nullable
// Bug #: element-type properties
-Settings.color_hash type="GLib.HashTable<string,Gdk.Color>"
+Settings.color_hash type="GLib.HashTable<string,Gdk.Color?>"
// Bug #: confused girparser
Radio*.group#property no_accessor_method
ANNOT_TEXT_ICON_* parent="Poppler.AnnotTextIcon" name="ANNOT_TEXT_ICON_(.+)"
-ActionLayer.layers type_arguments="Poppler.ActionLayer"
-ActionOCGState.state_list type_arguments="Poppler.ActionLayer"
+ActionLayer.layers type_arguments="Poppler.ActionLayer?"
+ActionOCGState.state_list type_arguments="Poppler.ActionLayer?"
protected Page ();
[Version (since = "0.16")]
public void add_annot (Poppler.Annot annot);
- public GLib.List<Poppler.Rectangle> find_text (string text);
+ public GLib.List<Poppler.Rectangle?> find_text (string text);
[Version (since = "0.22")]
- public GLib.List<Poppler.Rectangle> find_text_with_options (string text, Poppler.FindFlags options);
+ public GLib.List<Poppler.Rectangle?> find_text_with_options (string text, Poppler.FindFlags options);
public static void free_annot_mapping (GLib.List<Poppler.AnnotMapping> list);
public static void free_form_field_mapping (GLib.List<Poppler.FormFieldMapping> list);
public static void free_image_mapping (GLib.List<Poppler.ImageMapping> list);
[Version (since = "0.16")]
public string get_selected_text (Poppler.SelectionStyle style, Poppler.Rectangle selection);
[Version (deprecated = true, deprecated_since = "0.16")]
- public GLib.List<Poppler.Rectangle> get_selection_region (double scale, Poppler.SelectionStyle style, Poppler.Rectangle selection);
+ public GLib.List<Poppler.Rectangle?> get_selection_region (double scale, Poppler.SelectionStyle style, Poppler.Rectangle selection);
public void get_size (out double width, out double height);
[Version (since = "0.16")]
public string get_text ();
public void render_selection ([CCode (type = "cairo_t*")] Cairo.Context cairo, Poppler.Rectangle selection, Poppler.Rectangle old_selection, Poppler.SelectionStyle style, Poppler.Color glyph_color, Poppler.Color background_color);
public void render_to_ps (Poppler.PSFile ps_file);
[Version (deprecated = true, deprecated_since = "0.16")]
- public static void selection_region_free (GLib.List<Poppler.Rectangle> region);
+ public static void selection_region_free (GLib.List<Poppler.Rectangle?> region);
public string label { owned get; }
}
[CCode (cheader_filename = "poppler.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "poppler_page_transition_get_type ()")]
[CCode (cheader_filename = "poppler.h", has_type_id = false)]
public struct ActionLayer {
public Poppler.ActionLayerAction action;
- public weak GLib.List<Poppler.ActionLayer> layers;
+ public weak GLib.List<Poppler.ActionLayer?> layers;
}
[CCode (cheader_filename = "poppler.h", has_type_id = false)]
public struct ActionMovie {
public struct ActionOCGState {
public Poppler.ActionType type;
public string title;
- public GLib.List<Poppler.ActionLayer> state_list;
+ public GLib.List<Poppler.ActionLayer?> state_list;
}
[CCode (cheader_filename = "poppler.h", has_type_id = false)]
public struct ActionRendition {
public unowned Vte.Pty get_pty_object ();
public long get_row_count ();
public unowned string get_status_line ();
- public string get_text ([CCode (delegate_target_pos = 1.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes> attributes);
+ public string get_text ([CCode (delegate_target_pos = 1.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes?> attributes);
[Version (since = "0.11.11")]
- public string get_text_include_trailing_spaces ([CCode (delegate_target_pos = 1.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes> attributes);
- public string get_text_range (long start_row, long start_col, long end_row, long end_col, [CCode (delegate_target_pos = 5.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes> attributes);
+ public string get_text_include_trailing_spaces ([CCode (delegate_target_pos = 1.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes?> attributes);
+ public string get_text_range (long start_row, long start_col, long end_row, long end_col, [CCode (delegate_target_pos = 5.5)] Vte.SelectionFunc? is_selected, out GLib.Array<Vte.CharAttributes?> attributes);
public bool get_visible_bell ();
public unowned string get_window_title ();
public void im_append_menuitems (Gtk.MenuShell menushell);