diff options
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r-- | libempathy/empathy-idle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index ee9faacc5..cccd8b68e 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -64,9 +64,9 @@ void empathy_idle_set_presence (EmpathyIdle *idle, gboolean empathy_idle_get_auto_away (EmpathyIdle *idle); void empathy_idle_set_auto_away (EmpathyIdle *idle, gboolean auto_away); -gboolean empathy_idle_get_auto_disconnect (EmpathyIdle *idle); -void empathy_idle_set_auto_disconnect (EmpathyIdle *idle, - gboolean auto_disconnect); +gboolean empathy_idle_get_use_nm (EmpathyIdle *idle); +void empathy_idle_set_use_nm (EmpathyIdle *idle, + gboolean use_nm); G_END_DECLS |