Re: [PATCH] X-Operating System in outgoing mail's header



On 2001.08.28 19:58:09 +0200 christophe barbe wrote:
> > if (tmp == NULL)
> >     g_free (tmp);
> > if (format == NULL)
> >     g_free (format);
> 
> here you mean tmp !=NULL    (-;

aye :)

> > at least there are quite a lot of standard 'C' functions used
> > this works but it would be better to GNOMIFY them with the
> > replacement gnome functions. this also offers special compatibility
> > on other plattforms etc.
> 
> Fully agree but I need to find out what is available in g stuff.

dunno, if you had the time to search for it maybe i can save you
some time in naming some of the best resources i've found so far.

http://developer.gnome.org/doc/GGAD/ggad.html
http://developer.gnome.org/doc/books/WGA/
http://www.gtk.org/tutorial/

http://developer.gnome.org/doc/API/glib/index.html
http://developer.gnome.org/doc/API/gdk/index.html
http://developer.gnome.org/doc/API/gtk/index.html

i really recommend them i have mirrored them and linked them into
GALEON for quick access. you never know when you need them and the
best are always the sources of gtk, glib itself since it contains
some addational documentations.

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]