summaryrefslogtreecommitdiff
path: root/libyelp/yelp-debug.h
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-10-16 14:44:33 +0100
committerDavid King <amigadave@amigadave.com>2015-10-16 14:44:33 +0100
commit684c6ab126971fe865fd2db84b7b74a7980e85ef (patch)
treee19df830a9d08e7e30e4d44f1817fea3e98401dd /libyelp/yelp-debug.h
parent25c781553f2d749a3f1a56a96035c3c3b0d7b51e (diff)
downloadyelp-684c6ab126971fe865fd2db84b7b74a7980e85ef.tar.gz
Mark internal functions with G_GNUC_INTERNAL
https://bugzilla.gnome.org/show_bug.cgi?id=756658
Diffstat (limited to 'libyelp/yelp-debug.h')
-rw-r--r--libyelp/yelp-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libyelp/yelp-debug.h b/libyelp/yelp-debug.h
index d7d8e7f3..620a4bf1 100644
--- a/libyelp/yelp-debug.h
+++ b/libyelp/yelp-debug.h
@@ -66,6 +66,7 @@ typedef enum {
# define d(x)
#endif
+G_GNUC_INTERNAL
void yelp_debug (const gchar *file, guint line,
const gchar *function, guint flags, const gchar *format, ...);