~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-client-gnome/src/contacts/searchbar.h

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
/**
70
70
 * Initialize a specific search bar
71
71
 */
72
 
void searchbar_init(calltab_t *);
 
72
void searchbar_init (calltab_t *);
73
73
 
74
74
/**
75
75
 * Activate a waiting layer during search
81
81
 */
82
82
void deactivateWaitingLayer();
83
83
 
 
84
/**
 
85
 * Reload combo box to update list of active addressbook
 
86
 */
 
87
void update_searchbar_addressbook_list (void);
 
88
 
 
89
GtkWidget *addressbook_menu_new (void);
 
90
 
84
91
#endif