public unowned string? get_link ();
public unowned string get_name ();
public unowned GLib.Value? get_val ();
- public void set_link (owned string link);
+ public void set_link (owned string? link);
public void set_val (owned GLib.Value val);
public GLib.Value? swap_val (owned GLib.Value val);
}
public bool copy (Gsf.Output output);
public void dump (bool dump_as_hex);
[CCode (vfunc_name = "Dup")]
- public virtual Gsf.Input dup () throws GLib.Error;
+ public virtual Gsf.Input? dup () throws GLib.Error;
public static GLib.Quark error_id ();
- public Gsf.InfileMSVBA find_vba () throws GLib.Error;
+ public Gsf.InfileMSVBA? find_vba () throws GLib.Error;
public unowned GLib.DateTime get_modtime ();
[CCode (cname = "gsf_input_mmap_new", has_construct_function = false)]
public Input.mmap_new (string filename) throws GLib.Error;
protected Output ();
[CCode (vfunc_name = "Close")]
public virtual bool close ();
- public unowned GLib.Error error ();
+ public unowned GLib.Error? error ();
public static GLib.Quark error_id ();
- public unowned GLib.DateTime get_modtime ();
+ public unowned GLib.DateTime? get_modtime ();
public bool printf (string format, ...);
public bool puts (string line);
[CCode (vfunc_name = "Seek")]
public void add_int (string? id, int val);
public void add_uint (string? id, uint val);
public unowned string end_element ();
- public unowned Gsf.Output get_output ();
+ public unowned Gsf.Output? get_output ();
public bool get_pretty_print ();
public void set_doc_type (string type);
public bool set_pretty_print (bool pp);
[Version (since = "2.32")]
public unowned string get_domain ();
[Version (since = "2.32")]
- public unowned Soup.Date get_expires ();
+ public unowned Soup.Date? get_expires ();
[Version (since = "2.32")]
public bool get_http_only ();
[Version (since = "2.32")]
INVALID_HOSTNAME,
IS_IP_ADDRESS,
NOT_ENOUGH_DOMAINS,
- NO_BASE_DOMAIN;
+ NO_BASE_DOMAIN,
+ NO_PSL_DATA;
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]