load_async


Description:

public static void load_async (string path, Object? object, Cancellable? cancellable, UnicodeDataLoadAsyncFinish callback)

IBusUnicodeDataLoadAsyncFinish can receive the list of UnicodeData.

Parameters:

path

A path of the saved dictionary file.

object

If the Object has "unicode-deserialize-progress" signal, this function will emit (the number of desrialized UnicodeData, * the total number of UnicodeData) of uint values with that signal by 100 times. Otherwise null.

cancellable

cancellable.

callback

IBusUnicodeDataLoadAsyncFinish.

user_data

User data.