Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.ChecksumType

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GChecksumType
Enum : ChecksumType
The hashing algorithm to be used by GChecksum when performing the
digest of some data.
Note that the GChecksumType enumeration may be extended at a later
date to include new hashing algorithm types.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.checksum_type_get_length (ChecksumType checksum_type) : gint32
GLib
Method
GLib.compute_checksum_for_data (ChecksumType checksum_type, guint8 data, guint32 length) : String
GLib
Method
GLib.compute_checksum_for_string (ChecksumType checksum_type, String str, gint32 length) : String
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:35 GMT+0800 (HKT)