fix header files

SVN revision: 39752
This commit is contained in:
Vincent Torri 2009-03-27 11:14:21 +00:00
parent df68d791b5
commit 312a4365b8
7 changed files with 9 additions and 4 deletions

View File

@ -12,8 +12,7 @@
* @{
*/
#include <Ecore.h>
#include <Ecore_Data.h>
#include <Eina.h>
EAPI const char *efreet_data_home_get(void);
EAPI Eina_List *efreet_data_dirs_get(void);

View File

@ -12,6 +12,8 @@
* @{
*/
#include <Eina.h>
EAPI extern int EFREET_DESKTOP_TYPE_APPLICATION;
EAPI extern int EFREET_DESKTOP_TYPE_LINK;
EAPI extern int EFREET_DESKTOP_TYPE_DIRECTORY;

View File

@ -12,6 +12,8 @@
* @{
*/
#include <Eina.h>
/**
* The possible contexts for an icon directory
*/

View File

@ -12,6 +12,8 @@
* @{
*/
#include <Eina.h>
/**
* The type of entry
*/

View File

@ -1,6 +1,5 @@
/* vim: set sw=4 ts=4 sts=4 et: */
#include <Efreet.h>
#include <Ecore_Data.h>
#include <Efreet_Mime.h>
#include "efreet_private.h"
#include <arpa/inet.h>

View File

@ -10,7 +10,6 @@
*/
#include <Ecore.h>
#include <Ecore_Data.h>
/**

View File

@ -2,6 +2,8 @@
#ifndef EFREET_UTILS_H
#define EFREET_UTILS_H
#include <Eina.h>
typedef enum _Efreet_Desktop_Change Efreet_Desktop_Change;
enum _Efreet_Desktop_Change