summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-05-22 23:15:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-05-22 23:15:47 -0400
commit658d839526d1134b3fb487089867c32c8414fcc6 (patch)
tree5f036ea033d633aff9cdd0f7208d556e96a6e55c
parent9d69bd3884b815d23759595194e8b37e994748b8 (diff)
downloadgtk+-tracing-for-3.tar.gz
Fixup profilertracing-for-3
-rw-r--r--gdk/gdkprofiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkprofiler.h b/gdk/gdkprofiler.h
index ca790f39f2..24f3029b5d 100644
--- a/gdk/gdkprofiler.h
+++ b/gdk/gdkprofiler.h
@@ -23,7 +23,9 @@
G_BEGIN_DECLS
+GDK_AVAILABLE_IN_ALL
void gdk_profiler_start (int fd);
+GDK_AVAILABLE_IN_ALL
void gdk_profiler_stop (void);
gboolean gdk_profiler_is_running (void);
void gdk_profiler_add_mark (gint64 start,