We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e537dbb commit 224ac93Copy full SHA for 224ac93
src/core/util-private.h
@@ -34,7 +34,6 @@
34
* for testability purposes */
35
#define META_EXPORT_TEST META_EXPORT
36
37
-void meta_set_verbose (gboolean setting);
38
void meta_set_debugging (gboolean setting);
39
void meta_set_syncing (gboolean setting);
40
void meta_set_replace_current_wm (gboolean setting);
src/meta/util.h
@@ -119,6 +119,8 @@ META_EXPORT
119
void meta_topic_real (MetaDebugTopic topic,
120
const char *format,
121
...) G_GNUC_PRINTF (2, 3);
122
+META_EXPORT
123
+void meta_set_verbose (gboolean setting);
124
125
META_EXPORT
126
void meta_add_verbose_topic (MetaDebugTopic topic);
0 commit comments