diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-08 20:08:43 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-08 20:10:06 +0900 |
commit | 2364f4514b3d14a89f76523b3746d7d991260c99 (patch) | |
tree | 189204cb346b9d7702eda44dbeb2232eecd75c50 /src/lib/evas/Evas.h | |
parent | 21c2209de82a1c50a31e76bb3decc4ea4d4e9303 (diff) |
evas device new/free -> add/del (new 1.8 api so no log).
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index a56042e..900836e 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -4107,12 +4107,12 @@ EAPI void evas_event_thaw_eval(Evas *e) EINA_ARG_NONNULL(1); | |||
4107 | /** | 4107 | /** |
4108 | * @since 1.8 | 4108 | * @since 1.8 |
4109 | */ | 4109 | */ |
4110 | EAPI Evas_Device *evas_device_new(Evas *e); | 4110 | EAPI Evas_Device *evas_device_add(Evas *e); |
4111 | 4111 | ||
4112 | /** | 4112 | /** |
4113 | * @since 1.8 | 4113 | * @since 1.8 |
4114 | */ | 4114 | */ |
4115 | EAPI void evas_device_free(Evas_Device *dev); | 4115 | EAPI void evas_device_del(Evas_Device *dev); |
4116 | 4116 | ||
4117 | /** | 4117 | /** |
4118 | * @since 1.8 | 4118 | * @since 1.8 |