Struct

PurpleSqlite3

Description [src]

typedef gpointer PurpleSqlite3

A sqlite3 connection.

This type alias exists to avoid requiring the sqlite3 header, but is no different from the sqlite3 type.

If that header is included first, this will be exactly equivalent, otherwise it will be a generic gpointer, which you should cast to a sqlite3.