~ubuntu-branches/debian/stretch/glade/stretch

« back to all changes in this revision

Viewing changes to gladeui/glade-id-allocator.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Emilio Pozuelo Monfort, Andreas Henriksson
  • Date: 2014-05-23 13:00:17 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140523130017-7sp231ghdz55szde
Tags: 3.18.3-1
[ Emilio Pozuelo Monfort ]
* debian/rules:
  + Pass -c4 to dpkg-gensymbols so we know when new symbols are added.
* debian/libgladeui-2-6.symbols:
  + Add missing symbols.

[ Andreas Henriksson ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 * Frees @allocator and its associated memory
62
62
 */
63
63
void
64
 
glade_id_allocator_destroy (GladeIDAllocator * allocator)
 
64
glade_id_allocator_destroy (GladeIDAllocator *allocator)
65
65
{
66
66
  g_return_if_fail (allocator != NULL);
67
67
 
110
110
 * Returns:
111
111
 */
112
112
guint
113
 
glade_id_allocator_allocate (GladeIDAllocator * allocator)
 
113
glade_id_allocator_allocate (GladeIDAllocator *allocator)
114
114
{
115
115
  guint i;
116
116
 
148
148
 * TODO: write me
149
149
 */
150
150
void
151
 
glade_id_allocator_release (GladeIDAllocator * allocator, guint id)
 
151
glade_id_allocator_release (GladeIDAllocator *allocator, guint id)
152
152
{
153
153
  guint word_idx;
154
154