Matthias Clasen
1f0f399469
Move single-include guards inside include guards
...
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
2012-12-28 11:26:46 -05:00
Javier Jardón
1516be6f69
gtk: Use 'const' instead G_RETURN_CONST
2011-06-15 19:03:44 +01:00
Matthias Clasen
a47c0754d7
Use G_CONST_RETURN for const return values
2009-07-15 18:29:13 -04:00
Matthias Clasen
b5dab96b45
Make GtkEntryBuffer::max-length and int property
...
This avoid a behaviour change in a corner case and should not make
any difference.
2009-07-15 16:12:09 -04:00
Matthias Clasen
26e67850a7
Revert 8031432c09
...
We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.
2009-07-12 23:04:57 -04:00
Michael Natterer
8031432c09
Disallow single-include unconditionally because this is a new file
2009-07-09 16:31:27 +02:00
Stef Walter
eab02f697a
GtkEntryBuffer holds text for GtkEntry
...
Adds a 'model' type buffer for GtkEntry in which the actual
textual data is stored. GtkEntryBuffer can be subclassed.
Among other things, this allows GtkEntry to be used for secrets
that need to be stored in non-pageable memory. It also allows
buffers to be shared by entries.
See bug #576801 .
2009-07-08 20:41:53 -05:00