diff options
Diffstat (limited to 'telepathy-glib/debug.h')
-rw-r--r-- | telepathy-glib/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/debug.h b/telepathy-glib/debug.h index b5ed39880..aaac79a32 100644 --- a/telepathy-glib/debug.h +++ b/telepathy-glib/debug.h @@ -8,6 +8,7 @@ G_BEGIN_DECLS void tp_debug_set_flags_from_string (const gchar *flags_string); void tp_debug_set_flags_from_env (const gchar *var); void tp_debug_set_all_flags (void); +void tp_debug_set_persistent (gboolean persistent); G_END_DECLS |