~jbicha/ubuntu/oneiric/gnome-shell/oneiric-3.2.2.1

« back to all changes in this revision

Viewing changes to src/shell-tp-client.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-07 09:09:05 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: package-import@ubuntu.com-20110907090905-kbo4fewcg12zt99u
Tags: 3.1.90.1-0ubuntu1
* New upstream release.
* debian/control: Bump build-depends on new mutter
* debian/patches/01_favorite_apps.patch: Updated
* debian/patches/03_remove-glx-dependency-on-armel.patch: Refreshed
* debian/patches/04_build-without-caribou.patch
  - Build without caribou since Ubuntu uses onboard and our System 
    Settings doesn't support choosing a different screen keyboard yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    gpointer user_data,
86
86
    GDestroyNotify destroy);
87
87
 
 
88
typedef void (*ShellTpClientContactListChangedImpl) (
 
89
    TpConnection *connection,
 
90
    GPtrArray *added,
 
91
    GPtrArray *removed,
 
92
    gpointer user_data);
 
93
 
 
94
void shell_tp_client_set_contact_list_changed_func (ShellTpClient *self,
 
95
    ShellTpClientContactListChangedImpl contact_list_changed_impl,
 
96
    gpointer user_data,
 
97
    GDestroyNotify destroy);
 
98
 
 
99
void shell_tp_client_grab_contact_list_changed (ShellTpClient *self,
 
100
    TpConnection *conn);
 
101
 
88
102
/* Telepathy utility functions */
89
103
typedef void (*ShellGetTpContactCb) (TpConnection *connection,
90
104
                                     GList *contacts,