~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to src/ibusshare.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
const gchar     *ibus_get_user_name     (void);
54
54
glong            ibus_get_daemon_uid    (void);
55
55
const gchar     *ibus_get_socket_path   (void);
56
 
const gchar     *ibus_get_socket_folder (void);
57
56
 
58
57
const gchar     *ibus_keyval_name       (guint           keyval);
59
58
guint            ibus_keyval_from_name  (const gchar    *keyval_name);