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
  Show / Hide Inherited methods, properties and signals
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) : Number
GLib
Method
GLib.compute_checksum_for_data (ChecksumType checksum_type, String data, Number length) : String
GLib
Method
GLib.compute_checksum_for_string (ChecksumType checksum_type, String str, Number length) : String
GLib.Checksum
Method
new GLib.Checksum.c_new (ChecksumType checksum_type) : GLib.Checksum
Create a new GLib.Checksum
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:59 GMT+0800 (HKT)