X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-folder.h;h=585739a477aa66e709725f0f8e7efcbd6249bb3c;hp=0372a061b36a28ac0b03e1f99bed154bfd04fb5e;hb=c4dcaf83a3586022b01cf01a03761e10007841b1;hpb=c5a6c81b85b5e75d5f91265d15c795379d0f7cee;ds=sidebyside diff --git a/src/modest-tny-folder.h b/src/modest-tny-folder.h index 0372a06..585739a 100644 --- a/src/modest-tny-folder.h +++ b/src/modest-tny-folder.h @@ -53,13 +53,7 @@ typedef enum { * functions for working with a TnyFolder. tinymail does not seem to offer any * easy way to cause derived TnyFolders to be instantiated. */ - -/* TODO: These "const TnyFolder*" arguments will eventually need to - * be "TnyFolder*". C cannot support constness for complex objects like C++ - * can, because it lacks the mutable keyword and doesn't allow both const - * and non-const get function overloads. - */ - + /** * modest_tny_folder_guess_type: * @folder: a valid tnymail folder @@ -138,7 +132,7 @@ ModestTnyFolderRules modest_tny_folder_get_rules (TnyFolder *folder); * * Returns: get the help_id for this folder, or NULL in case of error */ -const gchar* modest_tny_folder_get_help_id (const TnyFolder *folder); +const gchar* modest_tny_folder_get_help_id (TnyFolder *folder); /**