Fixes bug 679830.
public Gdk.Pixbuf? get_pixbuf ();
public Gdk.Atom get_selection ();
public Gdk.Atom get_target ();
- public bool get_targets (out Gdk.Atom targets, int n_atoms);
+ public bool get_targets (out Gdk.Atom[] targets);
public string? get_text ();
[CCode (array_length = false, array_null_terminated = true)]
public string[] get_uris ();
public Gdk.Pixbuf? get_pixbuf ();
public Gdk.Atom get_selection ();
public Gdk.Atom get_target ();
- public bool get_targets (out Gdk.Atom targets, int n_atoms);
+ public bool get_targets (out Gdk.Atom[] targets);
public string? get_text ();
[CCode (array_length = false, array_null_terminated = true)]
public string[] get_uris ();
gtk_selection_data_copy transfer_ownership="1"
gtk_selection_data_get_data no_array_length="1"
gtk_selection_data_get_pixbuf transfer_ownership="1" nullable="1"
+gtk_selection_data_get_targets.targets is_array="1" is_out="1" transfer_ownership="1"
+gtk_selection_data_get_targets.n_atoms hidden="1"
gtk_selection_data_get_text type_name="string" nullable="1" transfer_ownership="1"
gtk_selection_data_get_uris is_array="1" transfer_ownership="1" array_null_terminated="1"
gtk_selection_data_set.length hidden="1"
gtk_selection_data_get_data no_array_length="1"
gtk_selection_data_get_data_with_length.length hidden="1"
gtk_selection_data_get_pixbuf transfer_ownership="1" nullable="1"
+gtk_selection_data_get_targets.targets is_array="1" is_out="1" transfer_ownership="1"
+gtk_selection_data_get_targets.n_atoms hidden="1"
gtk_selection_data_get_text type_name="string" nullable="1" transfer_ownership="1"
gtk_selection_data_get_uris is_array="1" transfer_ownership="1" array_null_terminated="1"
gtk_selection_data_set.length hidden="1"