estron.h File Reference
Detailed Description
manage database connection info
- Author:
- Copyright (C) 2002 Linas Vepstas <linas@linas.org>
Definition in file estron.h.
#include <glib-object.h>
#include "dui-initdb.h"
#include "interface.h"
Go to the source code of this file.
|
Defines |
|
#define | DUI_DATABASE_TYPE (dui_database_get_type()) |
|
#define | DUI_DATABASE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), DUI_DATABASE_TYPE, DuiDatabase)) |
|
#define | IS_DUI_DATABASE(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), DUI_DATABASE_TYPE)) |
Functions |
|
GType | dui_database_get_type (void) |
|
DuiDatabase * | dui_database_new (const gchar *name, const gchar *provider, const gchar *dbname, const gchar *hostname, const gchar *username, const gchar *authentication_token) |
|
void | dui_database_destroy (DuiDatabase *) |
|
DuiDBConnection * | dui_database_do_realize (DuiDatabase *) |
|
const gchar * | dui_database_get_name (DuiDatabase *) |