1753515 Members
6097 Online
108795 Solutions
New Discussion юеВ

Re: gtk+

 
Dennis Handly
Acclaimed Contributor

Re: gtk+

Here is a tool "ack" that searches: http://betterthangrep.com/
Norman_21
Honored Contributor

Re: gtk+

Sorry, I missed interpret your question about the search "find".
Here is the result attached.
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Dennis Handly
Acclaimed Contributor

Re: gtk+

>Here is the result attached.

I'm not sure why I want that. That's for you to do data reduction and come to a conclusion.
I.e. which files are uses, which are declarations and which are definitions. It is the latter we want.
A quick scan gives:
giochannel.c: g_io_add_watch
glib.h: guint g_io_add_watch
giochannel.h: guint g_io_add_watch
dx_chkpasswd_glib.c: p->io_tag = g_io_add_watch

So where is your giochannel.o or glib?