ADDRESS_IN_USE,
}
[CCode (cheader_filename = "gio/gio.h")]
- public delegate void AsyncReadyCallback (GLib.Object source_object, GLib.AsyncResult res);
+ public delegate void AsyncReadyCallback (GLib.Object? source_object, GLib.AsyncResult res);
[CCode (cheader_filename = "gio/gio.h")]
public delegate void FileProgressCallback (int64 current_num_bytes, int64 total_num_bytes);
[CCode (cheader_filename = "gio/gio.h", has_target = false)]
g_app_info_launch.launch_context nullable="1"
g_app_info_launch_default_for_uri.launch_context nullable="1"
g_app_info_launch_uris.envp is_array="1"
+GAsyncReadyCallback.source_object nullable="1"
g_content_type_guess.data_size hidden="1"
g_content_type_guess.result_uncertain is_out="1"
g_data_input_stream_read_line nullable="1"
if (eval (nv[1]) == "1") {
param_type.value_owned = true;
}
+ } else if (nv[0] == "nullable") {
+ if (eval (nv[1]) == "1") {
+ param_type.nullable = true;
+ }
}
}
}