summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
diff options
context:
space:
mode:
authorLaszlo Peter <laca@ireland.sun.com>2002-02-08 16:23:05 +0000
committerLászló PÉTER <laca@src.gnome.org>2002-02-08 16:23:05 +0000
commit54ddc51ec3e3be144bc19e442cb34cde2532c123 (patch)
tree9b08ddeca3acf93a27e1fed69f4d17d8963c1555 /gtk/gtktextchild.c
parent765dc8f350726df23336e0048bcecbe76a05e3cf (diff)
downloadgtk+-54ddc51ec3e3be144bc19e442cb34cde2532c123.tar.gz
s/__FUNCTION__/G_GNUC_FUNCTION/ ditto
2002-02-08 Laszlo Peter <laca@ireland.sun.com> * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/ * gtk/gtktextview.c: ditto
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r--gtk/gtktextchild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index d340c71d2d..7b00005b90 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -52,8 +52,8 @@
#include "gtktextbtree.h"
#include "gtktextlayout.h"
-#define CHECK_IN_BUFFER(anchor) do { if ((anchor)->segment == NULL) g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet", __FUNCTION__); } while (0)
-#define CHECK_IN_BUFFER_RETURN(anchor, val) do { if ((anchor)->segment == NULL) g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet", __FUNCTION__); return (val); } while (0)
+#define CHECK_IN_BUFFER(anchor) do { if ((anchor)->segment == NULL) g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet", G_GNUC_FUNCTION); } while (0)
+#define CHECK_IN_BUFFER_RETURN(anchor, val) do { if ((anchor)->segment == NULL) g_warning ("%s: GtkTextChildAnchor hasn't been in a buffer yet", G_GNUC_FUNCTION); return (val); } while (0)
static GtkTextLineSegment *
pixbuf_segment_cleanup_func (GtkTextLineSegment *seg,