diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-11 14:57:23 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-11 15:47:47 +0800 |
commit | 0b2f92fa593370c799cc16b8cecf575cf3e5b130 (patch) | |
tree | 994e3dd1280d73313443b663e1bd6dc9d233e593 | |
parent | 0deb4db1b785bfe4497de50cf04efdd873f58009 (diff) | |
download | gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar.gz gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar.bz2 gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar.lz gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar.xz gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.tar.zst gsoc2013-empathy-0b2f92fa593370c799cc16b8cecf575cf3e5b130.zip |
Add FIXME to empathy_individual_manager_supports_blocking()
The parameter @self is not required and the method can be placed in
utility. I left it as it is to stay coherent with empathy-2.34
and attached a FIXME to be fixed after empathy 2.x is done.
-rw-r--r-- | libempathy/empathy-individual-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index d56570c92..137d00f1f 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -485,6 +485,8 @@ empathy_individual_manager_remove (EmpathyIndividualManager *self, aggregator_remove_individual_cb, self); } +/* FIXME: The parameter @self is not required and the method can be placed in + * utilities. I left it as it is to stay coherent with empathy-2.34 */ /** * empathy_individual_manager_supports_blocking * @self: the #EmpathyIndividualManager |