pidgin/purple-plugin-pack

Maybe I'll learn how to read API docs someday.
org.guifications.plugins
2007-10-09, rekkanoryo
b9c3c816853e
Parents 7bcb92483cb7
Children 44684bb563f2
Maybe I'll learn how to read API docs someday.
--- a/common/glib_compat.h Tue Oct 09 03:51:52 2007 -0400
+++ b/common/glib_compat.h Tue Oct 09 03:53:39 2007 -0400
@@ -22,7 +22,7 @@
#include <string.h>
-#if !GLIB_VERSION_CHECK(2,2,0)
+#if !GLIB_CHECK_VERSION(2,2,0)
gboolean
g_str_has_suffix (const gchar *str,
const gchar *suffix)
@@ -142,7 +142,7 @@
}
#endif
-#if !GLIB_VERSION_CHECK(2,6,0)
+#if !GLIB_CHECK_VERSION(2,6,0)
static guint
g_strv_length (gchar **str_array)
{