~ubuntu-branches/ubuntu/precise/uim/precise

« back to all changes in this revision

Viewing changes to gtk/uim-cand-win-gtk.h

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-18 16:35:38 UTC
  • mfrom: (1.1.13) (15.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111218163538-8ktir39z2mjpii8z
Tags: 1:1.7.1-3ubuntu1
* Merge from Debian testing (LP: #818199).
* Remaining changes:
  - debian/uim-qt.install: Fix plugin path for multiarch location.
* Dropped changes:
  - uim-applet-gnome removal (GNOME 3 applet is available)
  - 19_as-needed_compile_fix.dpatch (accepted into Debian package)
* translations.patch: add several files to POTFILE.in to prevent
  intltool-update failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
  Copyright (c) 2003-2009 uim Project http://code.google.com/p/uim/
 
3
  Copyright (c) 2003-2011 uim Project http://code.google.com/p/uim/
4
4
 
5
5
  All rights reserved.
6
6
 
86
86
 
87
87
  /* signals */
88
88
  void (*index_changed) (UIMCandWinGtkClass *cwin);
 
89
 
 
90
  /* member functions */
 
91
  void (*set_index)             (UIMCandWinGtk *cwin, gint index);
 
92
  void (*set_page)              (UIMCandWinGtk *cwin, gint page);
89
93
};
90
94
 
91
95
 
133
137
                                                         GdkRectangle *area);
134
138
void            uim_cand_win_gtk_get_window_pos_type    (UIMCandWinGtk *cwin);
135
139
 
 
140
void            uim_cand_win_gtk_update_label           (UIMCandWinGtk *cwin);
 
141
 
136
142
G_END_DECLS
137
143
 
138
144
#endif /*UIM_GTK_UIM_CAND_WIN_GTK_H */