[webkit-dev] Webkit C documentation

2009-04-30 Thread b-neva

Hi,
Does anyone know of any documentation or code samples that are available for
WebKit using C (not Objective C)

thanks
-- 
View this message in context: 
http://www.nabble.com/Webkit-C-documentation-tp23322207p23322207.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit C documentation

2009-04-30 Thread Mark Rowe


On 2009-04-30, at 11:51, b-neva wrote:


Hi,
Does anyone know of any documentation or code samples that are  
available for

WebKit using C (not Objective C)


Please be sure to mention which platform and port of WebKit you are  
working on when asking questions.  Without this information it's  
difficult to give a useful answer to your question.


Thanks,

- Mark



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit C documentation

2009-04-30 Thread b-neva

We're using a linux system(Ubuntu) and we just want to get Webkit to show a
window using gtk.  Were having a hard time finding the include files/compile
flags.


Mark Rowe-5 wrote:
> 
> 
> On 2009-04-30, at 11:51, b-neva wrote:
> 
>> Hi,
>> Does anyone know of any documentation or code samples that are  
>> available for
>> WebKit using C (not Objective C)
> 
> Please be sure to mention which platform and port of WebKit you are  
> working on when asking questions.  Without this information it's  
> difficult to give a useful answer to your question.
> 
> Thanks,
> 
> - Mark
> 
> 
>  
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Webkit-C-documentation-tp23322207p23322362.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit C documentation

2009-04-30 Thread Mark Rowe


On 2009-04-30, at 11:59, b-neva wrote:



We're using a linux system(Ubuntu) and we just want to get Webkit to  
show a
window using gtk.  Were having a hard time finding the include files/ 
compile

flags.


There is a program named GtkLauncher in the WebKit SVN repository that  
is a trivial browser that embeds WebKit.  There is API documentation  
for the GTK port at .


- Mark


Mark Rowe-5 wrote:



On 2009-04-30, at 11:51, b-neva wrote:


Hi,
Does anyone know of any documentation or code samples that are
available for
WebKit using C (not Objective C)


Please be sure to mention which platform and port of WebKit you are
working on when asking questions.  Without this information it's
difficult to give a useful answer to your question.

Thanks,

- Mark



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




--
View this message in context: 
http://www.nabble.com/Webkit-C-documentation-tp23322207p23322362.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit C documentation

2009-05-07 Thread Gustavo Noronha
On Thu, 2009-04-30 at 11:59 -0700, b-neva wrote:
> We're using a linux system(Ubuntu) and we just want to get Webkit to show a
> window using gtk.  Were having a hard time finding the include files/compile
> flags.

WebKitGTK+ uses the standard freedesktop.org pkg-config tool to help you
with that stuff. You should be able to build a simple app by using
#include , and pkg-config --cflags --libs webkit-1.0.

See http://webkitgtk.org/ for more information and API reference docs.

See you,

-- 
Gustavo Noronha 
GNOME contributor

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev