for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS

SVN revision: 69764
This commit is contained in:
Mike Blumenkrantz 2012-03-29 19:27:13 +00:00
parent c3691314e7
commit cf8ab5c674
85 changed files with 88 additions and 87 deletions

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Point typedef struct _Point

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void _pos_selected_cb(void *data __UNUSED__, Evas_Object *obj, void *event_info) static void _pos_selected_cb(void *data __UNUSED__, Evas_Object *obj, void *event_info)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static const char *names[] = static const char *names[] =

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define ICON_MAX 24 #define ICON_MAX 24

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
_bt_repeated(void *data __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__) _bt_repeated(void *data __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Eina_Bool eb; static Eina_Bool eb;

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#include "test.h" #include "test.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *glb; static Evas_Object *glb;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
// XXX: show all type of cursors in the elementary_test. this needs to be the first test // XXX: show all type of cursors in the elementary_test. this needs to be the first test

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "elementary_config.h" #include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
/* A simple test, just displaying datetime in its default format */ /* A simple test, just displaying datetime in its default format */

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "elementary_config.h" #include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void _changed_cb(void* data __UNUSED__, Evas_Object* obj, void* event_info) static void _changed_cb(void* data __UNUSED__, Evas_Object* obj, void* event_info)

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,10 +1,10 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Eio.h> #include <Eio.h>
#include <sys/times.h> #include <sys/times.h>
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Elm_Genlist_Item_Class it_eio; static Elm_Genlist_Item_Class it_eio;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
my_entry_bt_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) my_entry_bt_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
my_entry_anchor_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) my_entry_anchor_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
// 16 ^ 4 = 65k // 16 ^ 4 = 65k

View File

@ -2,8 +2,8 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#include <Elementary.h>
#ifndef ENABLE_NLS #ifndef ENABLE_NLS
# ifndef setlocale # ifndef setlocale
# define setlocale(c, l) # define setlocale(c, l)
@ -13,6 +13,7 @@
# endif # endif
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
my_fileselector_done(void *data, my_fileselector_done(void *data,

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _State State; typedef struct _State State;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Testitem typedef struct _Testitem
{ {

View File

@ -1,8 +1,8 @@
/* Test for Focus Chain Linear*/ /* Test for Focus Chain Linear*/
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Eina_Bool static Eina_Bool

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,8 +1,8 @@
/* Test for Focus Chain Linear*/ /* Test for Focus Chain Linear*/
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *foc = NULL; static Evas_Object *foc = NULL;

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Elm_Gengrid_Item_Class *gic; static Elm_Gengrid_Item_Class *gic;

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "elementary_config.h" #include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
/* We zoom out to this value so we'll be able to use map and have a nice /* We zoom out to this value so we'll be able to use map and have a nice

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define TAP_NAME "tap" #define TAP_NAME "tap"

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "elementary_config.h" #include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
/* We zoom out to this value so we'll be able to use map and have a nice /* We zoom out to this value so we'll be able to use map and have a nice

View File

@ -1,9 +1,10 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#include <Elementary.h>
#ifndef M_PI #ifndef M_PI
#define M_PI 3.14159265 #define M_PI 3.14159265
#endif #endif

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _GLData GLData; typedef struct _GLData GLData;

View File

@ -1,9 +1,8 @@
#include <Elementary.h>
#include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
# ifndef ELM_LIB_QUICKLAUNCH #include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
struct _Api_Data struct _Api_Data
{ {
Evas_Object *grid; Evas_Object *grid;

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#include "elementary_config.h" #include "elementary_config.h"
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
my_hover_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) my_hover_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
icon_clicked(void *data , Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) icon_clicked(void *data , Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Elm_Genlist_Item_Class it_desk; static Elm_Genlist_Item_Class it_desk;

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _Idx_Data_Type struct _Idx_Data_Type
{ {

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
enum _slide_style enum _slide_style

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>

View File

@ -1,9 +1,9 @@
#include <Elementary.h>
#include "test.h" #include "test.h"
#include <Elementary_Cursor.h> #include <Elementary_Cursor.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
struct _api_data struct _api_data
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define SOURCE_MAX 10 #define SOURCE_MAX 10

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *win, *bg, *menu, *rect; static Evas_Object *win, *bg, *menu, *rect;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define IND_NUM 20 #define IND_NUM 20

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define BUTTON_TEXT_SET(BT, TEXT) \ #define BUTTON_TEXT_SET(BT, TEXT) \

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#define LIST_ITEM_MAX 20 #define LIST_ITEM_MAX 20

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static double size = 0.0; static double size = 0.0;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void drop_cb(void *mydata, Evas_Object *obj, void *evdata); static void drop_cb(void *mydata, Evas_Object *obj, void *evdata);

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *rect; static Evas_Object *rect;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct Progressbar typedef struct Progressbar
{ {

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_radio(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_radio(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_scaling(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_scaling(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
my_bt_go_300_300(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) my_bt_go_300_300(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_separator(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_separator(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#include "elementary_config.h" #include "elementary_config.h"
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *slideshow, *bt_start, *bt_stop; static Evas_Object *slideshow, *bt_start, *bt_stop;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_spinner(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_spinner(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -5,11 +5,11 @@
http://www.enlightenment.org/~raster/store.tar.gz http://www.enlightenment.org/~raster/store.tar.gz
*/ */
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _My_Item My_Item; typedef struct _My_Item My_Item;

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_table(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_table(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
void void
test_thumb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) test_thumb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void
tb_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) tb_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Testitem typedef struct _Testitem

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Custom_Effect Custom_Effect; typedef struct _Custom_Effect Custom_Effect;

View File

@ -1,8 +1,8 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
#ifdef HAVE_ELEMENTARY_EWEATHER #ifdef HAVE_ELEMENTARY_EWEATHER

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct typedef struct

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
static void static void

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH #ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Testitem typedef struct _Testitem
{ {