~ubuntu-branches/ubuntu/lucid/menu-cache/lucid

« back to all changes in this revision

Viewing changes to libmenu-cache/menu-cache.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-27 15:08:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100227150802-ro2lihqc0l0ny66z
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
void menu_cache_init(int flags);
71
71
 
72
72
MenuCache* menu_cache_lookup( const char* menu_name );
 
73
MenuCache* menu_cache_lookup_sync( const char* menu_name );
73
74
/* MenuCache* menu_cache_lookup_by_cache_id( const char* md5 ); */
74
75
 
75
76
MenuCache* menu_cache_ref(MenuCache* cache);