Gfls.SimpleProgressCallback()
Gfls.UnsavedDocumentTitleCallback()
SimpleProgressCallback (number, *user_data)
SimpleProgressCallback
UnsavedDocumentTitleCallback (num)
UnsavedDocumentTitleCallback
number (int) – the number.
int
user_data (object or None) – user data.
object
None
Like Gio.FileProgressCallback but without the total.
Gio.FileProgressCallback
New in version 0.4.
num (int) – the number.
the created title.
str
Type definition for a function that will be called to create a string containing num, to give a name to a document not yet present on disk.
New in version 0.1.