~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to gnome/src/contacts/addressbook.h

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    void (*search) (void (*search_cb)(GList *, gpointer), GtkEntry *, AddressBook_Config *);
85
85
    GSList *(*get_books_data)(gchar **);
86
86
    book_data_t *(*get_book_data_by_uid)(gchar *);
87
 
    void (*set_current_book)(gchar *); 
 
87
    void (*set_current_book)(gchar *);
88
88
    void (*set_search_type)(AddrbookSearchType);
89
 
    void (*search_cb)(GList *, gpointer); 
 
89
    void (*search_cb)(GList *, gpointer);
90
90
};
91
91
 
92
92
#endif