Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5a48463e56bd4803e99af0ff1341e8fe > files > 160

ecore-devel-0.9.9.49898-1.fc14.i686.rpm

<html>
<head>
    <title>Ecore: Ecore</title>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    <meta name="author" content="Andres Blanc" >
    
    <link rel="icon" href="img/favicon.png" type="image/x-icon">
    <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
    <link rel="icon" href="img/favicon.png" type="image/ico">
    <link rel="shortcut icon" href="img/favicon.png" type="image/ico">

    <link rel="stylesheet" type="text/css" href="e.css">
    <link rel="stylesheet" type="text/css" href="edoxy.css">
</head>

<body>

<div id="container">

<div id="header">
<div class="layout">
    
    <h1><span>Enlightenment</span></h1>
    <h2><span>Beauty at your fingertips</span></h2>

    <table cellspacing="0" cellpadding="0" width="100%"><tr>
      <td id="header_logo">
        <a href="http://www.enlightenment.org"></a>
      </td>
      <td id="header_menu">
        <table cellspacing="0" cellpadding="0" align="right"><tr>
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=home">Home</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=news">News</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=about">About</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=download">Download</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contact">Contact</a></td> 
          <td class="nav_passive"><a class="nav_passive" href="http://trac.enlightenment.org/e">Tracker</a></td>
          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=docs">Docs</a></td> 
        </tr></table>          
      </td>
      <td id="header_last"></td>
    </tr></table>

    <div class="doxytitle">
        Ecore Documentation <small>at 2 Jul 2010</small>
    </div>

    <div class="menu-container">
        <div class="submenu">
            <ul class="current">
                <li><a href="files.html">Files</a></li>
                <li><a href="annotated.html">Data Structures</a></li>
                <li><a href="globals.html">Globals</a></li>
                <li><a href="modules.html">Modules</a></li>
                <li><a href="pages.html">Related Pages</a></li>
	        <li class="current"><a  href="index.html">Main Page</a></li>
            </ul>
        </div>
    </div>


    <div class="clear"></div>
</div>
</div>

<div id="content">
<div class="layout">
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="contents">
<h1>Ecore </h1><p>Ecore Library Public API CallsThese routines are used for Ecore Library interaction</p>
<div align="center">
<img src="e.png" alt="e.png"/>
</div>
<dl class="version"><dt><b>Version:</b></dt><dd>0.9.9.49898 </dd></dl>
<dl class="author"><dt><b>Author:</b></dt><dd>Carsten Haitzler &lt;raster@rasterman.com&gt; </dd>
<dd>
Tom Gilbert &lt;tom@linuxbrit.co.uk&gt; </dd>
<dd>
Burra &lt;burra@colorado.edu&gt; </dd>
<dd>
Chris Ross &lt;chris@darkrock.co.uk&gt; </dd>
<dd>
Term &lt;term@twistedpath.org&gt; </dd>
<dd>
Tilman Sauerbeck &lt;tilman@code-monkey.de&gt; </dd>
<dd>
Nathan Ingersoll &lt;rbdpngn@users.sourceforge.net&gt; </dd></dl>
<dl class="date"><dt><b>Date:</b></dt><dd>2000-2004</dd></dl>
<h2><a class="anchor" id="intro">
What is Ecore?</a></h2>
<p>Ecore is a library of convenience functions.</p>
<p>The Ecore library provides the following modules: </p>
<ul>
<li><a class="el" href="Ecore_8h.html">Ecore - Main Loop and Job Functions. </a> </li>
<li><a class="el" href="Ecore__Con_8h.html">Ecore_Con - Connection functions. </a> </li>
<li><a class="el" href="Ecore__Config_8h.html">Ecore_Config - Configuration functions. </a> </li>
<li><a class="el" href="Ecore__Evas_8h.html">Ecore_Evas - Evas convenience functions. </a> </li>
<li><a class="el" href="Ecore__Fb_8h.html">Ecore_FB - Frame buffer convenience functions. </a> </li>
<li><a class="el" href="Ecore__Ipc_8h.html">Ecore_IPC - Inter Process Communication functions. </a> </li>
<li><a class="el" href="Ecore__X_8h.html">Ecore_X - X Windows System wrapper. </a></li>
</ul>
<h2><a class="anchor" id="compiling">
How to compile using Ecore?</a></h2>
<p>This section has to be documented. Below is just a quick line to handle all Ecore modules at once.</p>
<div class="fragment"><pre class="fragment">
gcc *.c \
-I/usr/local/include -I/usr/X11R6/include \
-L/usr/local/lib -L/usr/X11R6/lib \
-lecore -lecore_evas -lecore_x -lecore_fb \
`pkg-config evas --cflags --libs`
</pre></div><h2><a class="anchor" id="install">
How is it installed?</a></h2>
<p>Suggested configure options for evas for a Linux desktop X display:</p>
<div class="fragment"><pre class="fragment">
./configure \
--enable-ecore-x \
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-con \
--enable-ecore-ipc
make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
</pre></div><dl class="todo"><dt><b><a class="el" href="todo.html#_todo000001">Todo:</a></b></dt><dd>(1.0) Document API</dd></dl>
<p>*/</p>
<p>/* </p>
</div>
 
 <div id="push"></div>
 </div> <!-- #content -->
  </div> <!-- .layout -->
 
 </div> <!-- #container -->
 
 
  <div id="footer">
    <table><tr>
      <td class="copyright">Copyright &copy;2010 Enlightenment</td>
      <td class="generated">Docs generated Fri Jul 2 12:11:47 2010</td>
    </tr></table>
  </div>


</body>
</html>