Remove G_GNUC_NULL_TERMINATED here as well.
2005-08-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbuffer.h: * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here as well.
This commit is contained in:
committed by
Matthias Clasen
parent
b9abf2e40e
commit
888ef22258
@@ -1,5 +1,9 @@
|
||||
2005-08-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here
|
||||
as well.
|
||||
|
||||
* gtk/gtkuimanager.c (update_node): Update tooltips when
|
||||
reconnecting toolitems. (#312173, Alex Graveley)
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2005-08-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here
|
||||
as well.
|
||||
|
||||
* gtk/gtkuimanager.c (update_node): Update tooltips when
|
||||
reconnecting toolitems. (#312173, Alex Graveley)
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2005-08-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.h:
|
||||
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here
|
||||
as well.
|
||||
|
||||
* gtk/gtkuimanager.c (update_node): Update tooltips when
|
||||
reconnecting toolitems. (#312173, Alex Graveley)
|
||||
|
||||
|
||||
@@ -2825,7 +2825,7 @@ gtk_text_buffer_begin_user_action
|
||||
gtk_text_buffer_copy_clipboard
|
||||
gtk_text_buffer_create_child_anchor
|
||||
gtk_text_buffer_create_mark
|
||||
gtk_text_buffer_create_tag G_GNUC_NULL_TERMINATED
|
||||
gtk_text_buffer_create_tag
|
||||
gtk_text_buffer_cut_clipboard
|
||||
gtk_text_buffer_delete
|
||||
gtk_text_buffer_delete_interactive
|
||||
|
||||
@@ -290,7 +290,7 @@ void gtk_text_buffer_remove_all_tags (GtkTextBuffer *buffer,
|
||||
GtkTextTag *gtk_text_buffer_create_tag (GtkTextBuffer *buffer,
|
||||
const gchar *tag_name,
|
||||
const gchar *first_property_name,
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
...);
|
||||
|
||||
/* Obtain iterators pointed at various places, then you can move the
|
||||
* iterator around using the GtkTextIter operators
|
||||
|
||||
Reference in New Issue
Block a user