~midori/midori/trunk

« back to all changes in this revision

Viewing changes to extensions/formhistory/formhistory-frontend.h

  • Committer: Christian Dywan
  • Date: 2013-09-17 22:02:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6405.
  • Revision ID: christian.dywan@canonical.com-20130917220212-4w2b10bxo9k58kav
Use Midori.Database in formhistory extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
typedef struct
24
24
{
 
25
    MidoriDatabase* database;
25
26
    sqlite3* db;
26
27
    WebKitDOMElement* element;
27
28
    int completion_timeout;