eel r2033 - in trunk: . test
- From: alexl svn gnome org
- To: svn-commits-list gnome org
- Subject: eel r2033 - in trunk: . test
- Date: Mon, 28 Jan 2008 10:34:37 +0000 (GMT)
Author: alexl
Date: Mon Jan 28 10:34:36 2008
New Revision: 2033
URL: http://svn.gnome.org/viewvc/eel?rev=2033&view=rev
Log:
2008-01-28 Alexander Larsson <alexl redhat com>
* test/test-eel-image-table.c:
Use G_STRFUNC instead of deprecated G_GNUC_FUNCTION
Modified:
trunk/ChangeLog
trunk/test/test-eel-image-table.c
Modified: trunk/test/test-eel-image-table.c
==============================================================================
--- trunk/test/test-eel-image-table.c (original)
+++ trunk/test/test-eel-image-table.c Mon Jan 28 10:34:36 2008
@@ -90,7 +90,7 @@
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+ g_print ("%s(%s)\n", G_STRFUNC, text);
#endif
}
@@ -107,7 +107,7 @@
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+ g_print ("%s(%s)\n", G_STRFUNC, text);
#endif
}
@@ -123,7 +123,7 @@
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+ g_print ("%s(%s)\n", G_STRFUNC, text);
}
static void
@@ -138,7 +138,7 @@
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+ g_print ("%s(%s)\n", G_STRFUNC, text);
}
static void
@@ -153,7 +153,7 @@
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
+ g_print ("%s(%s)\n", G_STRFUNC, text);
}
static int
@@ -164,7 +164,7 @@
recursion_count++;
- g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
+ g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
gtk_widget_queue_resize (GTK_WIDGET (callback_data));
recursion_count--;
@@ -192,7 +192,7 @@
if (0) gtk_widget_size_allocate (GTK_WIDGET (image_table),
>K_WIDGET (image_table)->allocation);
- g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
+ g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
recursion_count--;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]