diff options
Diffstat (limited to 'src/empathy-debug-dialog.h')
-rw-r--r-- | src/empathy-debug-dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-debug-dialog.h b/src/empathy-debug-dialog.h index ad41bfc95..5d98fa0a4 100644 --- a/src/empathy-debug-dialog.h +++ b/src/empathy-debug-dialog.h @@ -38,6 +38,8 @@ G_BEGIN_DECLS #define EMPATHY_DEBUG_DIALOG_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS \ ((object), EMPATHY_TYPE_DEBUG_DIALOG, EmpathyDebugDialogClass)) +#define DEBUG_OBJECT_PATH "/org/freedesktop/Telepathy/debug" + typedef struct _EmpathyDebugDialog EmpathyDebugDialog; typedef struct _EmpathyDebugDialogClass EmpathyDebugDialogClass; |