[maemo-commits] [maemo-commits] r10535 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 15:16:07 EET 2007
- Previous message: [maemo-commits] r10534 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r10536 - projects/haf/trunk/hildon-help/helptest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:16:06 +0200 (Tue, 13 Mar 2007) New Revision: 10535 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h Log: * gtk/gtktextbuffer.h: Remove the old rich text copy&paste API from the header. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:13:24 UTC (rev 10534) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:16:06 UTC (rev 10535) @@ -1,5 +1,11 @@ 2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtktextbuffer.h: + + Remove the old rich text copy&paste API from the header. + +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkbutton.c: We really need the type to compile, genius. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h 2007-03-13 13:13:24 UTC (rev 10534) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h 2007-03-13 13:16:06 UTC (rev 10535) @@ -395,16 +395,6 @@ void _gtk_text_buffer_notify_will_remove_tag (GtkTextBuffer *buffer, GtkTextTag *tag); -#ifdef MAEMO_CHANGES -void gtk_text_buffer_set_can_paste_rich_text (GtkTextBuffer *buffer, - gboolean can_paste_rich_text); -gboolean gtk_text_buffer_get_can_paste_rich_text (GtkTextBuffer *buffer); - -void gtk_text_buffer_set_rich_text_format (GtkTextBuffer *buffer, - const gchar *format); -G_CONST_RETURN gchar *gtk_text_buffer_get_rich_text_format (GtkTextBuffer *buffer); -#endif /* MAEMO_CHANGES */ - G_END_DECLS #endif
- Previous message: [maemo-commits] r10534 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r10536 - projects/haf/trunk/hildon-help/helptest
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]