diff options
Diffstat (limited to 'src/empathy-debug-window.h')
-rw-r--r-- | src/empathy-debug-window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-debug-window.h b/src/empathy-debug-window.h index 22eec3f6f..9815c85de 100644 --- a/src/empathy-debug-window.h +++ b/src/empathy-debug-window.h @@ -58,6 +58,9 @@ GType empathy_debug_window_get_type (void) G_GNUC_CONST; GtkWidget * empathy_debug_window_new (GtkWindow *parent); +void empathy_debug_window_show (EmpathyDebugWindow *self, + const gchar *name); + G_END_DECLS #endif /* __EMPATHY_DEBUG_WINDOW_H__ */ |