~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/symbol-db/symbol-db-engine-utils.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/*
34
34
 * extern declarations 
35
35
 */
36
 
extern GNUC_INLINE const GdaStatement *
 
36
extern const GdaStatement *
37
37
sdb_engine_get_statement_by_query_id (SymbolDBEngine * dbe, static_query_type query_id);
38
38
 
39
 
extern GNUC_INLINE const GdaSet *
40
 
sdb_engine_get_query_parameters_list (SymbolDBEngine *dbe, static_query_type query_id);
41
 
 
42
39
/*
43
40
 * implementation starts here 
44
41
 */