~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/symbol.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-05-12 09:26:46 UTC
  • mfrom: (1.2.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512092646-j8lb1w2x69pvgma4
Tags: 7.18.1-1ubuntu1
* Merge from debian unstable (LP: #375435), remaining changes:
  - debian/control: Also Recommend abrowser

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
Tool *symbol_get_tool( Symbol *sym );
145
145
Symbol *symbol_get_scope( Symbol *sym );
146
146
 
147
 
void symbol_qualified_name( Symbol *sym, BufInfo *buf );
 
147
void symbol_qualified_name( Symbol *sym, VipsBuf *buf );
148
148
void symbol_qualified_name_relative( Symbol *context, 
149
 
        Symbol *sym, BufInfo *buf );
 
149
        Symbol *sym, VipsBuf *buf );
150
150
const char *symbol_name( Symbol *sym );
151
151
void symbol_name_print( Symbol *sym );
152
152
const char *symbol_name_scope( Symbol *sym );