Namespace

Gom – 2

A library for ...

Version2.0.alpha
AuthorsChristian Hergert
LicenseLGPL-2.1-or-later
Website
Source

Build

C headersgom.h
pkg-config fileslibgom-2

Dependencies

GLib—2.0 The base type system library
Browse documentation
GObject—2.0 The base type system library
Browse documentation

Additional documentation

Structs

Enumerations

NullsMode

Controls how NULL values are ordered for an GomOrdering.

SearchMode

Controls how a search query is interpreted for a GomSearchExpression.

SortDirection

The direction used when ordering query results.

Bitfields

CursorCapabilities

Capability flags for GomCursor movement and counting support.

SearchFlags

Flags controlling how a property participates in full-text search.

Callbacks

CustomMigrationFunc

This callback is used by the GomCustomMigration to perform custom operations. It is an alternative to subclassing GomMigration directly.

FromBytesFunc

This function converts bytes into a new value and stores it within the value box.

ToBytesFunc

This function is responsible for converting a GValue into a byte buffer suitable for storage. This is generally used when you have a blob field in the storage layer.