~ubuntu-branches/ubuntu/trusty/pinentry/trusty

« back to all changes in this revision

Viewing changes to gtk+-2/gtksecentry.h

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-06-24 14:05:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624140514-sw1bmaalt6bydgmk
Tags: 0.7.6-0ubuntu1
* New upstream release (LP: #390895).
* debian/patches/gmalloc-prototypes.patch: Removed, fixed upstream.
* debian/patches/keyboard-race.patch: updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
gtk_secure_entry_get_layout_offsets(GtkSecureEntry * entry,
174
174
                                    gint * x, gint * y);
175
175
 
 
176
#if GLIB_CHECK_VERSION (2,15,5)
 
177
#define GMALLOC_SIZE gsize
 
178
#else
 
179
#define GMALLOC_SIZE gulong
 
180
#endif
 
181
 
 
182
gpointer secentry_malloc (GMALLOC_SIZE size);
 
183
gpointer secentry_realloc (gpointer mem, GMALLOC_SIZE size);
 
184
void secentry_free (gpointer mem);
 
185
 
176
186
#ifdef __cplusplus
177
187
}
178
188
#endif                          /* __cplusplus */