]> Pileus Git - ~andy/gtk/commitdiff
Remove G_GNUC_NULL_TERMINATED here as well.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Aug 2005 16:57:42 +0000 (16:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Aug 2005 16:57:42 +0000 (16:57 +0000)
2005-08-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbuffer.h:
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here
as well.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtk.symbols
gtk/gtktextbuffer.h

index 84f28ad1459f3a68dfa512ab54f4a9076a816851..33311613037bae0fa22d1f8db3ac279634c29491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 84f28ad1459f3a68dfa512ab54f4a9076a816851..33311613037bae0fa22d1f8db3ac279634c29491 100644 (file)
@@ -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)
 
index 84f28ad1459f3a68dfa512ab54f4a9076a816851..33311613037bae0fa22d1f8db3ac279634c29491 100644 (file)
@@ -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)
 
index cb42ba27c9cfe511d25e34d68b9b967f65a9a514..9165813970e2ceb87179a9a9f02aedbb6dafd18e 100644 (file)
@@ -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
index 419ad4d3c38ac3ac79f87123e0f120a76a97b70a..daac40831ccddb7854833435846b58acaa66d6c1 100644 (file)
@@ -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