Re: [Evolution-hackers] Adding documentation to Evolution's code

2006-08-10 Thread Mayank Jain
On 8/10/06, Andre Klapper <[EMAIL PROTECTED]> wrote: > hej mayank, > > Am Mittwoch, den 09.08.2006, 17:43 +0530 schrieb Mayank Jain: > > With that in mind, I would like to add more documentation, comments > > (with whatever knowledge I have) to the code. > > any additional documentation is most app

[Evolution-hackers] Debugging messages in Evolution

2006-08-10 Thread Matthew Barnes
What is the policy on using g_debug() in Evolution code? Is it discouraged? Is there an alternate API that I should be using? I'm working on a patch for an Evolution plug-in and would like to add debugging messages at key places in the logic. Normally I would use the logging facilities provided

Re: [Evolution-hackers] Adding documentation to Evolution's code

2006-08-10 Thread Andre Klapper
hej mayank, Am Mittwoch, den 09.08.2006, 17:43 +0530 schrieb Mayank Jain: > With that in mind, I would like to add more documentation, comments > (with whatever knowledge I have) to the code. any additional documentation is most appreciated! matthew already posted about gtk-doc which would be imo

Re: [Evolution-hackers] Adding documentation to Evolution's code

2006-08-10 Thread Andre Klapper
hej mayank, Am Mittwoch, den 09.08.2006, 17:43 +0530 schrieb Mayank Jain: > With that in mind, I would like to add more documentation, comments > (with whatever knowledge I have) to the code. as you already noted, being a newbie and trying to code on evolution is very hard, therefore any addition

Re: [Evolution-hackers] Evolution-2.6 for MAC OS X (10.3, 10.4)

2006-08-10 Thread Dominik Candreia
Hi, Is somewhere a how-to or some documentation how to compile Evolution for Mac OS X available? Where can I get the "Evolution development libraries" for Mac OS X? Regards, Dominik Shreyas Srinivasan wrote: > On 3/31/06, Shreyas Srinivasan <[EMAIL PROTECTED]> wrote: > > Hey, > > I am plea

Re: [Evolution-hackers] Camel: Recommended way to reload folder summary?

2006-08-10 Thread Jules Colding
On Thu, 2006-08-10 at 14:25 +0200, Jules Colding wrote: > Hi, > > This is rather unusual, but I need a good way of reloading the folder > summary from file for a CamelFolder. Any recommended utility function(s) > to do that? > > Or should I just unref the summary and then use > camel_folder_summa

[Evolution-hackers] Camel: Recommended way to reload folder summary?

2006-08-10 Thread Jules Colding
Hi, This is rather unusual, but I need a good way of reloading the folder summary from file for a CamelFolder. Any recommended utility function(s) to do that? Or should I just unref the summary and then use camel_folder_summary_load()? Thanks, jules __