aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-id.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-12-16 15:31:29 -0500
committerjgeboski <jgeboski@gmail.com>2015-12-20 13:08:39 -0500
commit6056cc2235b2e9515008da5a07b5617228006365 (patch)
tree76060bc8ebdbd8fe5598e4749d3deb13ad4eb537 /facebook/facebook-id.h
parent1c47c7ab4d0b74f67dc11558360d24c746d63186 (diff)
downloadbitlbee-facebook-6056cc2235b2e9515008da5a07b5617228006365.tar.gz
bitlbee-facebook-6056cc2235b2e9515008da5a07b5617228006365.tar.bz2
bitlbee-facebook-6056cc2235b2e9515008da5a07b5617228006365.tar.xz
facebook-util: refactored naming and GTK-Doc
Diffstat (limited to 'facebook/facebook-id.h')
-rw-r--r--facebook/facebook-id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/facebook-id.h b/facebook/facebook-id.h
index 66161bb..f357caa 100644
--- a/facebook/facebook-id.h
+++ b/facebook/facebook-id.h
@@ -89,7 +89,7 @@
*
* Return: #TRUE if the string is an #FbId, otherwise #FALSE.
*/
-#define FB_ID_IS_STR(s) fb_util_str_is(s, G_ASCII_DIGIT)
+#define FB_ID_IS_STR(s) fb_util_strtest(s, G_ASCII_DIGIT)
/**
* FB_ID_TO_STR: