]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkentrybuffer.c
Fix DND with frame sync
[~andy/gtk] / gtk / gtkentrybuffer.c
index bd05b8275e5126191df5423abe748fe3d908754d..2190a10f71a416b9887c8af090eb9289a0f7c030 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
@@ -519,7 +517,7 @@ gtk_entry_buffer_get_bytes (GtkEntryBuffer *buffer)
  *
  * Since: 2.18
  **/
-G_CONST_RETURN gchar*
+const gchar*
 gtk_entry_buffer_get_text (GtkEntryBuffer *buffer)
 {
   GtkEntryBufferClass *klass;