X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-conf.h;h=c68154949e14e593af62dd5f5e6c3259018f21f5;hp=b3ac8c9fa98e28f91749f335363c89d7df144624;hb=6dff75fc6a5d9515c03abb45d2f000b9eeacfbd4;hpb=64333784e87e5ea5c6156078caacaca7ffbd6b5f diff --git a/src/modest-conf.h b/src/modest-conf.h index b3ac8c9..c681549 100644 --- a/src/modest-conf.h +++ b/src/modest-conf.h @@ -300,12 +300,11 @@ gchar* modest_conf_key_escape (const gchar* str); gchar* modest_conf_key_unescape (const gchar* str); -ModestConfNotificationId modest_conf_listen_to_namespace (ModestConf *self, - const gchar *namespace); +void modest_conf_listen_to_namespace (ModestConf *self, + const gchar *namespace); -void modest_conf_forget_namespace (ModestConf *self, - const gchar *namespace, - ModestConfNotificationId id); +void modest_conf_forget_namespace (ModestConf *self, + const gchar *namespace); G_END_DECLS #endif /* __MODEST_CONF_H__ */