~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy-updates

« back to all changes in this revision

Viewing changes to deskbar/keybinder/tomboykeybinder.h

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-06-04 15:20:35 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604152035-35cutb9tdqp17won
Tags: 2.19.3-0ubuntu1
* New Upstream Release
  - Fixed watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
void tomboy_keybinder_init   (void);
12
12
 
13
 
void tomboy_keybinder_bind   (const char           *keystring,
 
13
gboolean tomboy_keybinder_bind   (const char           *keystring,
14
14
                              TomboyBindkeyHandler  handler,
15
15
                              gpointer              user_data);
16
16