~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to utils/scimstringview.h

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie, Rolf Leggewie, Tz-Huan Huang
  • Date: 2012-06-30 11:21:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120630112142-a4cwzsr16dty8dk7
Tags: 1.4.14-1
[ Rolf Leggewie ]
* new upstream release 1.4.14
  - drop 32_scim-1.4.8-fix-dlopen.patch which has landed upstream
* bump compat level to 9
* debian/control: add Toni Mueller as co-maintainer
  Welcome aboard!

[ Tz-Huan Huang ]
* start shipping a couple of newly introduced im-module packages
* debian/rules:
  - simplify dh_auto_install override where upstream changes allow this
  - drop -fpermissive from CXXFLAGS, fixed upstream
* debian/README.*: update the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
void       scim_string_view_set_text             (ScimStringView *entry,
89
89
                                                  const gchar    *text);
90
90
/* returns a reference to the text */
91
 
G_CONST_RETURN gchar* scim_string_view_get_text  (ScimStringView *entry);
 
91
const gchar* scim_string_view_get_text  (ScimStringView *entry);
92
92
 
93
93
void       scim_string_view_set_position         (ScimStringView *entry,
94
94
                                                  gint            position);