diff options
Diffstat (limited to '')
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 66 | ||||
-rw-r--r-- | src/lib/elc_multibuttonentry.h | 4 | ||||
-rw-r--r-- | src/lib/elm_calendar.h | 2 | ||||
-rw-r--r-- | src/lib/elm_cnp.h | 4 | ||||
-rw-r--r-- | src/lib/elm_config.h | 10 | ||||
-rw-r--r-- | src/lib/elm_entry.h | 6 | ||||
-rw-r--r-- | src/lib/elm_genlist.h | 6 | ||||
-rw-r--r-- | src/lib/elm_icon.h | 4 | ||||
-rw-r--r-- | src/lib/elm_image.h | 12 | ||||
-rw-r--r-- | src/lib/elm_layout.h | 4 | ||||
-rw-r--r-- | src/lib/elm_map.h | 10 | ||||
-rw-r--r-- | src/lib/elm_progressbar.h | 4 | ||||
-rw-r--r-- | src/lib/elm_scroll.h | 4 | ||||
-rw-r--r-- | src/lib/elm_toolbar.h | 4 | ||||
-rw-r--r-- | src/lib/elm_win.h | 10 |
16 files changed, 76 insertions, 76 deletions
@@ -1,4 +1,4 @@ | |||
1 | Elementary 1.0.0 | 1 | Elementary 1.7.0 |
2 | 2 | ||
3 | ****************************************************************************** | 3 | ****************************************************************************** |
4 | 4 | ||
diff --git a/configure.ac b/configure.ac index a3e4fb406..a7f8e6ed5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## | 1 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## |
2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## | 2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## |
3 | m4_define([v_maj], [1]) | 3 | m4_define([v_maj], [1]) |
4 | m4_define([v_min], [0]) | 4 | m4_define([v_min], [6]) |
5 | m4_define([v_mic], [99]) | 5 | m4_define([v_mic], [99]) |
6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) | 6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) |
7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) | 7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) |
@@ -214,25 +214,25 @@ AM_CONDITIONAL([ELEMENTARY_WINDOWS_BUILD], [test "x${have_windows}" = "xyes"]) | |||
214 | 214 | ||
215 | PKG_CHECK_MODULES([ELEMENTARY], | 215 | PKG_CHECK_MODULES([ELEMENTARY], |
216 | [ | 216 | [ |
217 | eina >= 1.2.0 | 217 | eina >= 1.6.99 |
218 | eet >= 1.6.0 | 218 | eet >= 1.6.99 |
219 | evas >= 1.2.0 | 219 | evas >= 1.6.99 |
220 | ecore >= 1.2.0 | 220 | ecore >= 1.6.99 |
221 | ecore-evas >= 1.2.0 | 221 | ecore-evas >= 1.6.99 |
222 | ecore-file >= 1.2.0 | 222 | ecore-file >= 1.6.99 |
223 | edje >= 1.2.0 | 223 | edje >= 1.6.99 |
224 | ] | 224 | ] |
225 | ) | 225 | ) |
226 | 226 | ||
227 | requirement_elm="edje >= 1.2.0 ecore-file >= 1.2.0 ecore-evas >= 1.2.0 ecore >= 1.2.0 evas >= 1.2.0 eet >= 1.6.0 eina >= 1.2.0 ${requirement_elm}" | 227 | requirement_elm="edje >= 1.6.99 ecore-file >= 1.6.99 ecore-evas >= 1.6.99 ecore >= 1.6.99 evas >= 1.6.99 eet >= 1.6.99 eina >= 1.6.99 ${requirement_elm}" |
228 | 228 | ||
229 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_IMF], | 229 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_IMF], |
230 | [ecore-imf >= 1.2.0], | 230 | [ecore-imf >= 1.6.99], |
231 | [ | 231 | [ |
232 | ELEMENTARY_ECORE_IMF_INC="#include <Ecore_IMF.h>" | 232 | ELEMENTARY_ECORE_IMF_INC="#include <Ecore_IMF.h>" |
233 | AC_DEFINE(HAVE_ELEMENTARY_ECORE_IMF, 1, [Have Ecore_IMF support]) | 233 | AC_DEFINE(HAVE_ELEMENTARY_ECORE_IMF, 1, [Have Ecore_IMF support]) |
234 | have_ecore_imf="yes" | 234 | have_ecore_imf="yes" |
235 | requirement_elm="ecore-imf >= 1.2.0 ${requirement_elm}" | 235 | requirement_elm="ecore-imf >= 1.6.99 ${requirement_elm}" |
236 | ], | 236 | ], |
237 | [have_ecore_imf="no"]) | 237 | [have_ecore_imf="no"]) |
238 | AC_SUBST(ELEMENTARY_ECORE_IMF_INC) | 238 | AC_SUBST(ELEMENTARY_ECORE_IMF_INC) |
@@ -240,12 +240,12 @@ AC_SUBST(ELEMENTARY_ECORE_IMF_INC) | |||
240 | AM_CONDITIONAL([HAVE_ECORE_IMF], [test "x${have_ecore_imf}" = "xyes"]) | 240 | AM_CONDITIONAL([HAVE_ECORE_IMF], [test "x${have_ecore_imf}" = "xyes"]) |
241 | 241 | ||
242 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_CON], | 242 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_CON], |
243 | [ecore-con >= 1.2.0], | 243 | [ecore-con >= 1.6.99], |
244 | [ | 244 | [ |
245 | ELEMENTARY_ECORE_CON_INC="#include <Ecore_Con.h>" | 245 | ELEMENTARY_ECORE_CON_INC="#include <Ecore_Con.h>" |
246 | AC_DEFINE(HAVE_ELEMENTARY_ECORE_CON, 1, [Have Ecore_Con support]) | 246 | AC_DEFINE(HAVE_ELEMENTARY_ECORE_CON, 1, [Have Ecore_Con support]) |
247 | have_ecore_con="yes" | 247 | have_ecore_con="yes" |
248 | requirement_elm="ecore-con >= 1.2.0 ${requirement_elm}" | 248 | requirement_elm="ecore-con >= 1.6.99 ${requirement_elm}" |
249 | ], | 249 | ], |
250 | [have_ecore_con="no"]) | 250 | [have_ecore_con="no"]) |
251 | AC_SUBST(ELEMENTARY_ECORE_CON_INC) | 251 | AC_SUBST(ELEMENTARY_ECORE_CON_INC) |
@@ -290,11 +290,11 @@ AC_ARG_ENABLE([ecore-x], | |||
290 | 290 | ||
291 | if test "x$want_elementary_x" != "xno"; then | 291 | if test "x$want_elementary_x" != "xno"; then |
292 | PKG_CHECK_MODULES([ELEMENTARY_X], | 292 | PKG_CHECK_MODULES([ELEMENTARY_X], |
293 | [ecore-x >= 1.2.0], | 293 | [ecore-x >= 1.6.99], |
294 | [ | 294 | [ |
295 | AC_DEFINE(HAVE_ELEMENTARY_X, 1, [X11 support for Elementary]) | 295 | AC_DEFINE(HAVE_ELEMENTARY_X, 1, [X11 support for Elementary]) |
296 | have_elementary_x="yes" | 296 | have_elementary_x="yes" |
297 | requirement_elm="ecore-x >= 1.2.0 ${requirement_elm}" | 297 | requirement_elm="ecore-x >= 1.6.99 ${requirement_elm}" |
298 | ], | 298 | ], |
299 | [have_elementary_x="no"] | 299 | [have_elementary_x="no"] |
300 | ) | 300 | ) |
@@ -314,11 +314,11 @@ AC_ARG_ENABLE([ecore-fb], | |||
314 | 314 | ||
315 | if test "x$want_elementary_fb" != "xno"; then | 315 | if test "x$want_elementary_fb" != "xno"; then |
316 | PKG_CHECK_MODULES([ELEMENTARY_FB], | 316 | PKG_CHECK_MODULES([ELEMENTARY_FB], |
317 | [ecore-fb >= 1.2.0], | 317 | [ecore-fb >= 1.6.99], |
318 | [ | 318 | [ |
319 | AC_DEFINE(HAVE_ELEMENTARY_FB, 1, [FB support for Elementary]) | 319 | AC_DEFINE(HAVE_ELEMENTARY_FB, 1, [FB support for Elementary]) |
320 | have_elementary_fb="yes" | 320 | have_elementary_fb="yes" |
321 | requirement_elm="ecore-fb >= 1.2.0 ${requirement_elm}" | 321 | requirement_elm="ecore-fb >= 1.6.99 ${requirement_elm}" |
322 | ], | 322 | ], |
323 | [have_elementary_fb="no"] | 323 | [have_elementary_fb="no"] |
324 | ) | 324 | ) |
@@ -337,11 +337,11 @@ AC_ARG_ENABLE([ecore-psl1ght], | |||
337 | 337 | ||
338 | if test "x$want_elementary_psl1ght" != "xno"; then | 338 | if test "x$want_elementary_psl1ght" != "xno"; then |
339 | PKG_CHECK_MODULES([ELEMENTARY_PSL1GHT], | 339 | PKG_CHECK_MODULES([ELEMENTARY_PSL1GHT], |
340 | [ecore-psl1ght >= 1.2.0], | 340 | [ecore-psl1ght >= 1.6.99], |
341 | [ | 341 | [ |
342 | AC_DEFINE(HAVE_ELEMENTARY_PSL1GHT, 1, [PSL1GHT support for Elementary]) | 342 | AC_DEFINE(HAVE_ELEMENTARY_PSL1GHT, 1, [PSL1GHT support for Elementary]) |
343 | have_elementary_psl1ght="yes" | 343 | have_elementary_psl1ght="yes" |
344 | requirement_elm="ecore-psl1ght >= 1.2.0 ${requirement_elm}" | 344 | requirement_elm="ecore-psl1ght >= 1.6.99 ${requirement_elm}" |
345 | ], | 345 | ], |
346 | [have_elementary_psl1ght="no"] | 346 | [have_elementary_psl1ght="no"] |
347 | ) | 347 | ) |
@@ -360,11 +360,11 @@ AC_ARG_ENABLE([ecore-sdl], | |||
360 | 360 | ||
361 | if test "x$want_elementary_sdl" != "xno"; then | 361 | if test "x$want_elementary_sdl" != "xno"; then |
362 | PKG_CHECK_MODULES([ELEMENTARY_SDL], | 362 | PKG_CHECK_MODULES([ELEMENTARY_SDL], |
363 | [ecore-sdl >= 1.2.0], | 363 | [ecore-sdl >= 1.6.99], |
364 | [ | 364 | [ |
365 | AC_DEFINE(HAVE_ELEMENTARY_SDL, 1, [SDL support for Elementary]) | 365 | AC_DEFINE(HAVE_ELEMENTARY_SDL, 1, [SDL support for Elementary]) |
366 | have_elementary_sdl="yes" | 366 | have_elementary_sdl="yes" |
367 | requirement_elm="ecore-sdl >= 1.2.0 ${requirement_elm}" | 367 | requirement_elm="ecore-sdl >= 1.6.99 ${requirement_elm}" |
368 | ], | 368 | ], |
369 | [have_elementary_sdl="no"] | 369 | [have_elementary_sdl="no"] |
370 | ) | 370 | ) |
@@ -383,11 +383,11 @@ AC_ARG_ENABLE([ecore-cocoa], | |||
383 | 383 | ||
384 | if test "x$want_elementary_cocoa" != "xno"; then | 384 | if test "x$want_elementary_cocoa" != "xno"; then |
385 | PKG_CHECK_MODULES([ELEMENTARY_COCOA], | 385 | PKG_CHECK_MODULES([ELEMENTARY_COCOA], |
386 | [ecore-cocoa >= 1.2.0], | 386 | [ecore-cocoa >= 1.6.99], |
387 | [ | 387 | [ |
388 | AC_DEFINE(HAVE_ELEMENTARY_COCOA, 1, [COCOA support for Elementary]) | 388 | AC_DEFINE(HAVE_ELEMENTARY_COCOA, 1, [COCOA support for Elementary]) |
389 | have_elementary_cocoa="yes" | 389 | have_elementary_cocoa="yes" |
390 | requirement_elm="ecore-cocoa >= 1.2.0 ${requirement_elm}" | 390 | requirement_elm="ecore-cocoa >= 1.6.99 ${requirement_elm}" |
391 | ], | 391 | ], |
392 | [have_elementary_cocoa="no"] | 392 | [have_elementary_cocoa="no"] |
393 | ) | 393 | ) |
@@ -406,11 +406,11 @@ AC_ARG_ENABLE([ecore-win32], | |||
406 | 406 | ||
407 | if test "x$want_elementary_win32" != "xno"; then | 407 | if test "x$want_elementary_win32" != "xno"; then |
408 | PKG_CHECK_MODULES([ELEMENTARY_WIN32], | 408 | PKG_CHECK_MODULES([ELEMENTARY_WIN32], |
409 | [ecore-win32 >= 1.2.0], | 409 | [ecore-win32 >= 1.6.99], |
410 | [ | 410 | [ |
411 | AC_DEFINE(HAVE_ELEMENTARY_WIN32, 1, [Windows XP support for Elementary]) | 411 | AC_DEFINE(HAVE_ELEMENTARY_WIN32, 1, [Windows XP support for Elementary]) |
412 | have_elementary_win32="yes" | 412 | have_elementary_win32="yes" |
413 | requirement_elm="ecore-win32 >= 1.2.0 ${requirement_elm}" | 413 | requirement_elm="ecore-win32 >= 1.6.99 ${requirement_elm}" |
414 | ], | 414 | ], |
415 | [have_elementary_win32="no"] | 415 | [have_elementary_win32="no"] |
416 | ) | 416 | ) |
@@ -429,11 +429,11 @@ AC_ARG_ENABLE([ecore-wince], | |||
429 | 429 | ||
430 | if test "x$want_elementary_wince" != "xno"; then | 430 | if test "x$want_elementary_wince" != "xno"; then |
431 | PKG_CHECK_MODULES([ELEMENTARY_WINCE], | 431 | PKG_CHECK_MODULES([ELEMENTARY_WINCE], |
432 | [ecore-wince >= 1.2.0], | 432 | [ecore-wince >= 1.6.99], |
433 | [ | 433 | [ |
434 | AC_DEFINE(HAVE_ELEMENTARY_WINCE, 1, [Windows CE support for Elementary]) | 434 | AC_DEFINE(HAVE_ELEMENTARY_WINCE, 1, [Windows CE support for Elementary]) |
435 | have_elementary_wince="yes" | 435 | have_elementary_wince="yes" |
436 | requirement_elm="ecore-wince >= 1.2.0 ${requirement_elm}" | 436 | requirement_elm="ecore-wince >= 1.6.99 ${requirement_elm}" |
437 | ], | 437 | ], |
438 | [have_elementary_wince="no"] | 438 | [have_elementary_wince="no"] |
439 | ) | 439 | ) |
@@ -477,13 +477,13 @@ AC_ARG_ENABLE([edbus], | |||
477 | if test "x$want_elementary_edbus" != "xno"; then | 477 | if test "x$want_elementary_edbus" != "xno"; then |
478 | PKG_CHECK_MODULES([ELEMENTARY_EDBUS], | 478 | PKG_CHECK_MODULES([ELEMENTARY_EDBUS], |
479 | [ | 479 | [ |
480 | edbus >= 1.2.0 | 480 | edbus >= 1.6.99 |
481 | ], | 481 | ], |
482 | [ | 482 | [ |
483 | AC_DEFINE(HAVE_ELEMENTARY_EDBUS, 1, [EDBus support for Elementary]) | 483 | AC_DEFINE(HAVE_ELEMENTARY_EDBUS, 1, [EDBus support for Elementary]) |
484 | have_elementary_edbus="yes" | 484 | have_elementary_edbus="yes" |
485 | ELM_EDBUS_DEF="#define" | 485 | ELM_EDBUS_DEF="#define" |
486 | requirement_elm="edbus >= 1.2.0 ${requirement_elm}" | 486 | requirement_elm="edbus >= 1.6.99 ${requirement_elm}" |
487 | ], | 487 | ], |
488 | [have_elementary_edbus="no"] | 488 | [have_elementary_edbus="no"] |
489 | ) | 489 | ) |
@@ -505,15 +505,15 @@ AC_ARG_ENABLE([efreet], | |||
505 | if test "x$want_elementary_efreet" != "xno"; then | 505 | if test "x$want_elementary_efreet" != "xno"; then |
506 | PKG_CHECK_MODULES([ELEMENTARY_EFREET], | 506 | PKG_CHECK_MODULES([ELEMENTARY_EFREET], |
507 | [ | 507 | [ |
508 | efreet >= 1.2.0 | 508 | efreet >= 1.6.99 |
509 | efreet-mime >= 1.2.0 | 509 | efreet-mime >= 1.6.99 |
510 | efreet-trash >= 1.2.0 | 510 | efreet-trash >= 1.6.99 |
511 | ], | 511 | ], |
512 | [ | 512 | [ |
513 | AC_DEFINE(HAVE_ELEMENTARY_EFREET, 1, [Efreet support for Elementary]) | 513 | AC_DEFINE(HAVE_ELEMENTARY_EFREET, 1, [Efreet support for Elementary]) |
514 | have_elementary_efreet="yes" | 514 | have_elementary_efreet="yes" |
515 | ELM_EFREET_DEF="#define" | 515 | ELM_EFREET_DEF="#define" |
516 | requirement_elm="efreet >= 1.2.0 efreet-mime >= 1.2.0 efreet-trash >= 1.2.0 ${requirement_elm}" | 516 | requirement_elm="efreet >= 1.6.99 efreet-mime >= 1.6.99 efreet-trash >= 1.6.99 ${requirement_elm}" |
517 | ], | 517 | ], |
518 | [have_elementary_efreet="no"] | 518 | [have_elementary_efreet="no"] |
519 | ) | 519 | ) |
diff --git a/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h index f44e375ec..d9b4ec75d 100644 --- a/src/lib/elc_multibuttonentry.h +++ b/src/lib/elc_multibuttonentry.h | |||
@@ -321,7 +321,7 @@ EAPI void elm_multibuttonentry_item_filter_remove(Evas_Obj | |||
321 | * | 321 | * |
322 | * @ingroup Multibuttonentry | 322 | * @ingroup Multibuttonentry |
323 | * | 323 | * |
324 | * @since 1.1 | 324 | * @since 1.7 |
325 | */ | 325 | */ |
326 | EAPI void elm_multibuttonentry_editable_set(Evas_Object *obj, Eina_Bool editable); | 326 | EAPI void elm_multibuttonentry_editable_set(Evas_Object *obj, Eina_Bool editable); |
327 | 327 | ||
@@ -333,7 +333,7 @@ EAPI void elm_multibuttonentry_editable_set(Evas_Object *obj, Eina_Bool editable | |||
333 | * | 333 | * |
334 | * @ingroup Multibuttonentry | 334 | * @ingroup Multibuttonentry |
335 | * | 335 | * |
336 | * @since 1.1 | 336 | * @since 1.7 |
337 | */ | 337 | */ |
338 | EAPI Eina_Bool elm_multibuttonentry_editable_get(const Evas_Object *obj); | 338 | EAPI Eina_Bool elm_multibuttonentry_editable_get(const Evas_Object *obj); |
339 | 339 | ||
diff --git a/src/lib/elm_calendar.h b/src/lib/elm_calendar.h index 1f68b1e94..d81d010e0 100644 --- a/src/lib/elm_calendar.h +++ b/src/lib/elm_calendar.h | |||
@@ -50,7 +50,7 @@ typedef enum | |||
50 | ELM_CALENDAR_WEEKLY, /**< Marks will be displayed every week after event day (inclusive) - i.e. each seven days. */ | 50 | ELM_CALENDAR_WEEKLY, /**< Marks will be displayed every week after event day (inclusive) - i.e. each seven days. */ |
51 | ELM_CALENDAR_MONTHLY, /**< Marks will be displayed every month day that coincides to event day. E.g.: if an event is set to 30th Jan, no marks will be displayed on Feb, but will be displayed on 30th Mar*/ | 51 | ELM_CALENDAR_MONTHLY, /**< Marks will be displayed every month day that coincides to event day. E.g.: if an event is set to 30th Jan, no marks will be displayed on Feb, but will be displayed on 30th Mar*/ |
52 | ELM_CALENDAR_ANNUALLY, /**< Marks will be displayed every year that coincides to event day (and month). E.g. an event added to 30th Jan 2012 will be repeated on 30th Jan 2013. */ | 52 | ELM_CALENDAR_ANNUALLY, /**< Marks will be displayed every year that coincides to event day (and month). E.g. an event added to 30th Jan 2012 will be repeated on 30th Jan 2013. */ |
53 | ELM_CALENDAR_LAST_DAY_OF_MONTH /**< Marks will be displayed every last day of month after event day (inclusive). @since 1.1.0 */ | 53 | ELM_CALENDAR_LAST_DAY_OF_MONTH /**< Marks will be displayed every last day of month after event day (inclusive). @since 1.7 */ |
54 | } _Elm_Calendar_Mark_Repeat_Type; | 54 | } _Elm_Calendar_Mark_Repeat_Type; |
55 | 55 | ||
56 | /** | 56 | /** |
diff --git a/src/lib/elm_cnp.h b/src/lib/elm_cnp.h index 35fe3b8b6..7101f648f 100644 --- a/src/lib/elm_cnp.h +++ b/src/lib/elm_cnp.h | |||
@@ -102,7 +102,7 @@ typedef Eina_Bool (*Elm_Drop_Cb)(void *data, Evas_Object *obj, Elm_Selection_Dat | |||
102 | * | 102 | * |
103 | * @param data Application specific data | 103 | * @param data Application specific data |
104 | * @param selection The selection that is lost | 104 | * @param selection The selection that is lost |
105 | * @since 1.1 | 105 | * @since 1.7 |
106 | */ | 106 | */ |
107 | typedef void (*Elm_Selection_Loss_Cb)(void *data, Elm_Sel_Type selection); | 107 | typedef void (*Elm_Selection_Loss_Cb)(void *data, Elm_Sel_Type selection); |
108 | 108 | ||
@@ -194,7 +194,7 @@ EAPI Eina_Bool elm_object_cnp_selection_clear(Evas_Object *obj, | |||
194 | * | 194 | * |
195 | * @ingroup CopyPaste | 195 | * @ingroup CopyPaste |
196 | * | 196 | * |
197 | * @since 1.1 | 197 | * @since 1.7 |
198 | */ | 198 | */ |
199 | EAPI void elm_cnp_selection_loss_callback_set(Elm_Sel_Type selection, Elm_Selection_Loss_Cb func, const void *data); | 199 | EAPI void elm_cnp_selection_loss_callback_set(Elm_Sel_Type selection, Elm_Selection_Loss_Cb func, const void *data); |
200 | 200 | ||
diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index c7b8e6786..1728353fd 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h | |||
@@ -426,7 +426,7 @@ typedef enum _Elm_Softcursor_Mode | |||
426 | ELM_SOFTCURSOR_MODE_AUTO, /**< Auto-detect if a software cursor should be used (default) */ | 426 | ELM_SOFTCURSOR_MODE_AUTO, /**< Auto-detect if a software cursor should be used (default) */ |
427 | ELM_SOFTCURSOR_MODE_ON, /**< Always use a softcursor */ | 427 | ELM_SOFTCURSOR_MODE_ON, /**< Always use a softcursor */ |
428 | ELM_SOFTCURSOR_MODE_OFF /**< Never use a softcursor */ | 428 | ELM_SOFTCURSOR_MODE_OFF /**< Never use a softcursor */ |
429 | } Elm_Softcursor_Mode; /**< @since 1.1 */ | 429 | } Elm_Softcursor_Mode; /**< @since 1.7 */ |
430 | 430 | ||
431 | /** | 431 | /** |
432 | * Set the mode used for software provided mouse cursors inline in the window | 432 | * Set the mode used for software provided mouse cursors inline in the window |
@@ -440,7 +440,7 @@ typedef enum _Elm_Softcursor_Mode | |||
440 | * @ingroup Softcursor | 440 | * @ingroup Softcursor |
441 | * | 441 | * |
442 | * @see elm_config_softcursor_mode_get() | 442 | * @see elm_config_softcursor_mode_get() |
443 | * @since 1.1 | 443 | * @since 1.7 |
444 | */ | 444 | */ |
445 | EAPI void elm_config_softcursor_mode_set(Elm_Softcursor_Mode mode); | 445 | EAPI void elm_config_softcursor_mode_set(Elm_Softcursor_Mode mode); |
446 | 446 | ||
@@ -451,7 +451,7 @@ EAPI void elm_config_softcursor_mode_set(Elm_Softcursor_Mode mode); | |||
451 | * @ingroup Softcursor | 451 | * @ingroup Softcursor |
452 | * | 452 | * |
453 | * @see elm_config_softcursor_mode_set() | 453 | * @see elm_config_softcursor_mode_set() |
454 | * @since 1.1 | 454 | * @since 1.7 |
455 | */ | 455 | */ |
456 | EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void); | 456 | EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void); |
457 | 457 | ||
@@ -728,7 +728,7 @@ EAPI void elm_config_font_overlay_set(const char *text_class, const | |||
728 | * | 728 | * |
729 | * @return the access mode bouncing state | 729 | * @return the access mode bouncing state |
730 | * | 730 | * |
731 | * @since 1.1 | 731 | * @since 1.7 |
732 | * | 732 | * |
733 | * @ingroup Access | 733 | * @ingroup Access |
734 | * | 734 | * |
@@ -745,7 +745,7 @@ EAPI Eina_Bool elm_config_access_get(void); | |||
745 | * to be read. This information is read by access module when an object | 745 | * to be read. This information is read by access module when an object |
746 | * receives EVAS_CALLBACK_MOUSE_IN event | 746 | * receives EVAS_CALLBACK_MOUSE_IN event |
747 | * | 747 | * |
748 | * @since 1.1 | 748 | * @since 1.7 |
749 | * | 749 | * |
750 | * @ingroup Access | 750 | * @ingroup Access |
751 | * | 751 | * |
diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index fb1323000..9df990334 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h | |||
@@ -478,7 +478,7 @@ EAPI Evas_Object *elm_entry_add(Evas_Object *parent); | |||
478 | * @param obj The entry object | 478 | * @param obj The entry object |
479 | * @param style The style user to push | 479 | * @param style The style user to push |
480 | * | 480 | * |
481 | * @since 1.1 | 481 | * @since 1.7 |
482 | */ | 482 | */ |
483 | EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *style); | 483 | EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *style); |
484 | 484 | ||
@@ -489,7 +489,7 @@ EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *styl | |||
489 | * | 489 | * |
490 | * @see elm_entry_text_style_user_push() | 490 | * @see elm_entry_text_style_user_push() |
491 | * | 491 | * |
492 | * @since 1.1 | 492 | * @since 1.7 |
493 | */ | 493 | */ |
494 | EAPI void elm_entry_text_style_user_pop(Evas_Object *obj); | 494 | EAPI void elm_entry_text_style_user_pop(Evas_Object *obj); |
495 | 495 | ||
@@ -501,7 +501,7 @@ EAPI void elm_entry_text_style_user_pop(Evas_Object *obj); | |||
501 | * | 501 | * |
502 | * @see elm_entry_text_style_user_push() | 502 | * @see elm_entry_text_style_user_push() |
503 | * | 503 | * |
504 | * @since 1.1 | 504 | * @since 1.7 |
505 | */ | 505 | */ |
506 | EAPI const char* elm_entry_text_style_user_peek(const Evas_Object *obj); | 506 | EAPI const char* elm_entry_text_style_user_peek(const Evas_Object *obj); |
507 | 507 | ||
diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 88fa58858..0424826df 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h | |||
@@ -92,9 +92,9 @@ | |||
92 | * @image html img/widget/genlist/preview-03.png | 92 | * @image html img/widget/genlist/preview-03.png |
93 | * @image latex img/widget/genlist/preview-03.eps | 93 | * @image latex img/widget/genlist/preview-03.eps |
94 | * | 94 | * |
95 | * - one_icon - Only 1 icon (left) @since 1.1 | 95 | * - one_icon - Only 1 icon (left) @since 1.7 |
96 | * - end_icon - Only 1 icon (at end/right) @since 1.1 | 96 | * - end_icon - Only 1 icon (at end/right) @since 1.7 |
97 | * - no_icon - No icon (at end/right) @since 1.1 | 97 | * - no_icon - No icon (at end/right) @since 1.7 |
98 | * | 98 | * |
99 | * @section Genlist_Items Structure of items | 99 | * @section Genlist_Items Structure of items |
100 | * | 100 | * |
diff --git a/src/lib/elm_icon.h b/src/lib/elm_icon.h index c753005b2..a7c7d71c5 100644 --- a/src/lib/elm_icon.h +++ b/src/lib/elm_icon.h | |||
@@ -81,8 +81,8 @@ | |||
81 | * This widget emits the following signals, besides the ones sent from | 81 | * This widget emits the following signals, besides the ones sent from |
82 | * @ref Image: | 82 | * @ref Image: |
83 | * - @c "thumb,done" - elm_icon_thumb_set() has completed with success | 83 | * - @c "thumb,done" - elm_icon_thumb_set() has completed with success |
84 | * (@since 1.1) | 84 | * (@since 1.7) |
85 | * - @c "thumb,error" - elm_icon_thumb_set() has failed (@since 1.1) | 85 | * - @c "thumb,error" - elm_icon_thumb_set() has failed (@since 1.7) |
86 | * | 86 | * |
87 | * Elementary icon objects support the following API calls: | 87 | * Elementary icon objects support the following API calls: |
88 | * @li elm_object_signal_emit() | 88 | * @li elm_object_signal_emit() |
diff --git a/src/lib/elm_image.h b/src/lib/elm_image.h index d690eeaa4..8397ae29c 100644 --- a/src/lib/elm_image.h +++ b/src/lib/elm_image.h | |||
@@ -95,7 +95,7 @@ EAPI Evas_Object *elm_image_add(Evas_Object *parent); | |||
95 | * | 95 | * |
96 | * @return (@c EINA_TRUE = success, @c EINA_FALSE = error) | 96 | * @return (@c EINA_TRUE = success, @c EINA_FALSE = error) |
97 | * | 97 | * |
98 | * @since 1.1 | 98 | * @since 1.7 |
99 | * | 99 | * |
100 | * @ingroup Image | 100 | * @ingroup Image |
101 | */ | 101 | */ |
@@ -442,7 +442,7 @@ EAPI Eina_Bool elm_image_aspect_fixed_get(const Evas_Object *obj); | |||
442 | * @see elm_image_animated_set() | 442 | * @see elm_image_animated_set() |
443 | * | 443 | * |
444 | * @ingroup Image | 444 | * @ingroup Image |
445 | * @since 1.1 | 445 | * @since 1.7 |
446 | */ | 446 | */ |
447 | EAPI Eina_Bool elm_image_animated_available_get(const Evas_Object *obj); | 447 | EAPI Eina_Bool elm_image_animated_available_get(const Evas_Object *obj); |
448 | 448 | ||
@@ -465,7 +465,7 @@ EAPI Eina_Bool elm_image_animated_available_get(const Evas_Object *obj); | |||
465 | * @see elm_image_animated_play_set() | 465 | * @see elm_image_animated_play_set() |
466 | * | 466 | * |
467 | * @ingroup Image | 467 | * @ingroup Image |
468 | * @since 1.1 | 468 | * @since 1.7 |
469 | */ | 469 | */ |
470 | EAPI void elm_image_animated_set(Evas_Object *obj, Eina_Bool animated); | 470 | EAPI void elm_image_animated_set(Evas_Object *obj, Eina_Bool animated); |
471 | 471 | ||
@@ -480,7 +480,7 @@ EAPI void elm_image_animated_set(Evas_Object *obj, Eina_Bool animate | |||
480 | * @see elm_image_animated_set() | 480 | * @see elm_image_animated_set() |
481 | * | 481 | * |
482 | * @ingroup Image | 482 | * @ingroup Image |
483 | * @since 1.1 | 483 | * @since 1.7 |
484 | */ | 484 | */ |
485 | EAPI Eina_Bool elm_image_animated_get(const Evas_Object *obj); | 485 | EAPI Eina_Bool elm_image_animated_get(const Evas_Object *obj); |
486 | 486 | ||
@@ -511,7 +511,7 @@ EAPI Eina_Bool elm_image_animated_get(const Evas_Object *obj); | |||
511 | * @see elm_image_animated_play_get() | 511 | * @see elm_image_animated_play_get() |
512 | * | 512 | * |
513 | * @ingroup Image | 513 | * @ingroup Image |
514 | * @since 1.1 | 514 | * @since 1.7 |
515 | */ | 515 | */ |
516 | EAPI void elm_image_animated_play_set(Evas_Object *obj, Eina_Bool play); | 516 | EAPI void elm_image_animated_play_set(Evas_Object *obj, Eina_Bool play); |
517 | 517 | ||
@@ -525,7 +525,7 @@ EAPI void elm_image_animated_play_set(Evas_Object *obj, Eina_Bool pl | |||
525 | * @see elm_image_animated_play_get() | 525 | * @see elm_image_animated_play_get() |
526 | * | 526 | * |
527 | * @ingroup Image | 527 | * @ingroup Image |
528 | * @since 1.1 | 528 | * @since 1.7 |
529 | */ | 529 | */ |
530 | EAPI Eina_Bool elm_image_animated_play_get(const Evas_Object *obj); | 530 | EAPI Eina_Bool elm_image_animated_play_get(const Evas_Object *obj); |
531 | 531 | ||
diff --git a/src/lib/elm_layout.h b/src/lib/elm_layout.h index 8d408aed1..e36d810f0 100644 --- a/src/lib/elm_layout.h +++ b/src/lib/elm_layout.h | |||
@@ -646,7 +646,7 @@ EAPI Eina_Bool elm_layout_part_cursor_engine_only_set(Evas_Ob | |||
646 | * @return @c EINA_TRUE on success or @c EINA_FALSE on failure. If @p obj is not | 646 | * @return @c EINA_TRUE on success or @c EINA_FALSE on failure. If @p obj is not |
647 | * a proper layout object, @c EINA_FALSE is returned. | 647 | * a proper layout object, @c EINA_FALSE is returned. |
648 | * | 648 | * |
649 | * @since 1.1 | 649 | * @since 1.7 |
650 | * | 650 | * |
651 | * @ingroup Layout | 651 | * @ingroup Layout |
652 | */ | 652 | */ |
@@ -663,7 +663,7 @@ EAPI Eina_Bool elm_layout_edje_object_can_access_set(Evas_Obj | |||
663 | * | 663 | * |
664 | * @see elm_layout_edje_object_access_set() | 664 | * @see elm_layout_edje_object_access_set() |
665 | * | 665 | * |
666 | * @since 1.1 | 666 | * @since 1.7 |
667 | * | 667 | * |
668 | * @ingroup Layout | 668 | * @ingroup Layout |
669 | */ | 669 | */ |
diff --git a/src/lib/elm_map.h b/src/lib/elm_map.h index b8640c3ee..d578c1e14 100644 --- a/src/lib/elm_map.h +++ b/src/lib/elm_map.h | |||
@@ -42,7 +42,7 @@ | |||
42 | * - "name,loaded" - Name request ends. | 42 | * - "name,loaded" - Name request ends. |
43 | * - "name,loaded,fail" - Name request fails. | 43 | * - "name,loaded,fail" - Name request fails. |
44 | * - "overlay,clicked" - A overlay is clicked. | 44 | * - "overlay,clicked" - A overlay is clicked. |
45 | * - "loaded" - when a map is finally loaded (since 1.1). | 45 | * - "loaded" - when a map is finally loaded. @since 1.7 |
46 | * | 46 | * |
47 | * Available style for map widget: | 47 | * Available style for map widget: |
48 | * - @c "default" | 48 | * - @c "default" |
@@ -189,7 +189,7 @@ typedef Evas_Object *(*Elm_Map_Marker_Icon_Get_Func)(Evas_Object * | |||
189 | typedef Evas_Object *(*Elm_Map_Group_Icon_Get_Func)(Evas_Object *obj, void *data); /**< Icon fetching class function for markers group classes. */ | 189 | typedef Evas_Object *(*Elm_Map_Group_Icon_Get_Func)(Evas_Object *obj, void *data); /**< Icon fetching class function for markers group classes. */ |
190 | 190 | ||
191 | typedef void (*Elm_Map_Overlay_Get_Cb)(void *data, Evas_Object *map, Elm_Map_Overlay *overlay); /**< Get callback function for the overlay. */ | 191 | typedef void (*Elm_Map_Overlay_Get_Cb)(void *data, Evas_Object *map, Elm_Map_Overlay *overlay); /**< Get callback function for the overlay. */ |
192 | typedef void (*Elm_Map_Overlay_Del_Cb)(void *data, Evas_Object *map, Elm_Map_Overlay *overlay); /**< Det callback function for the overlay. @since 1.1 */ | 192 | typedef void (*Elm_Map_Overlay_Del_Cb)(void *data, Evas_Object *map, Elm_Map_Overlay *overlay); /**< Det callback function for the overlay. @since 1.7 */ |
193 | typedef void (*Elm_Map_Name_Cb)(void *data, Evas_Object *map, Elm_Map_Name *name); /**< Async-callback function for the name request. */ | 193 | typedef void (*Elm_Map_Name_Cb)(void *data, Evas_Object *map, Elm_Map_Name *name); /**< Async-callback function for the name request. */ |
194 | typedef void (*Elm_Map_Route_Cb)(void *data, Evas_Object *map, Elm_Map_Route *route); /**< Async-callback function for the route request. */ | 194 | typedef void (*Elm_Map_Route_Cb)(void *data, Evas_Object *map, Elm_Map_Route *route); /**< Async-callback function for the route request. */ |
195 | 195 | ||
@@ -595,7 +595,7 @@ EAPI Elm_Map_Overlay * elm_map_overlay_add(Evas_Object *obj, double lon, dou | |||
595 | * This list includes group overlays also. | 595 | * This list includes group overlays also. |
596 | * So this can be changed dynamically while zooming and panning. | 596 | * So this can be changed dynamically while zooming and panning. |
597 | * | 597 | * |
598 | * @since 1.1 | 598 | * @since 1.7 |
599 | * | 599 | * |
600 | * @ingroup Map | 600 | * @ingroup Map |
601 | */ | 601 | */ |
@@ -756,7 +756,7 @@ EAPI Eina_Bool elm_map_overlay_paused_get(const Elm_Map_Overlay *ove | |||
756 | * The visible of the overlay can not be set. | 756 | * The visible of the overlay can not be set. |
757 | * This value can be changed dynamically while zooming and panning | 757 | * This value can be changed dynamically while zooming and panning |
758 | * | 758 | * |
759 | * @since 1.1 | 759 | * @since 1.7 |
760 | * | 760 | * |
761 | * @ingroup Map | 761 | * @ingroup Map |
762 | */ | 762 | */ |
@@ -992,7 +992,7 @@ EAPI void elm_map_overlay_get_cb_set(Elm_Map_Overlay *overlay, | |||
992 | * | 992 | * |
993 | * You can delete this callback function by setting @c NULL. | 993 | * You can delete this callback function by setting @c NULL. |
994 | * | 994 | * |
995 | * @since 1.1.0 | 995 | * @since 1.7 |
996 | * | 996 | * |
997 | * @ingroup Map | 997 | * @ingroup Map |
998 | */ | 998 | */ |
diff --git a/src/lib/elm_progressbar.h b/src/lib/elm_progressbar.h index 8853d474b..7a10da4ff 100644 --- a/src/lib/elm_progressbar.h +++ b/src/lib/elm_progressbar.h | |||
@@ -36,7 +36,7 @@ | |||
36 | * This widget emits the following signals, besides the ones sent from | 36 | * This widget emits the following signals, besides the ones sent from |
37 | * @ref Layout: | 37 | * @ref Layout: |
38 | * @li @c "changed" - when the value is changed | 38 | * @li @c "changed" - when the value is changed |
39 | * @since 1.1 | 39 | * @since 1.7 |
40 | * | 40 | * |
41 | * This widget has the following styles: | 41 | * This widget has the following styles: |
42 | * - @c "default" | 42 | * - @c "default" |
@@ -244,7 +244,7 @@ EAPI const char *elm_progressbar_unit_format_get(const Evas_Obj | |||
244 | * | 244 | * |
245 | * @see elm_progressbar_unit_format_set() for more info on how this works. | 245 | * @see elm_progressbar_unit_format_set() for more info on how this works. |
246 | * | 246 | * |
247 | * @since 1.1.0 | 247 | * @since 1.7 |
248 | * | 248 | * |
249 | * @ingroup Progressbar | 249 | * @ingroup Progressbar |
250 | */ | 250 | */ |
diff --git a/src/lib/elm_scroll.h b/src/lib/elm_scroll.h index 9e906ed64..3d5546b4f 100644 --- a/src/lib/elm_scroll.h +++ b/src/lib/elm_scroll.h | |||
@@ -48,7 +48,7 @@ EAPI void elm_object_scroll_hold_pop(Evas_Object *obj); | |||
48 | * | 48 | * |
49 | * @param obj The object | 49 | * @param obj The object |
50 | * @return The scroll hold count | 50 | * @return The scroll hold count |
51 | * @since 1.1.0 | 51 | * @since 1.7 |
52 | * @ingroup Scrollhints | 52 | * @ingroup Scrollhints |
53 | */ | 53 | */ |
54 | EAPI int elm_object_scroll_hold_get(const Evas_Object *obj); | 54 | EAPI int elm_object_scroll_hold_get(const Evas_Object *obj); |
@@ -84,7 +84,7 @@ EAPI void elm_object_scroll_freeze_pop(Evas_Object *obj); | |||
84 | * | 84 | * |
85 | * @param obj The object | 85 | * @param obj The object |
86 | * @return The scroll freeze count | 86 | * @return The scroll freeze count |
87 | * @since 1.1.0 | 87 | * @since 1.7 |
88 | * @ingroup Scrollhints | 88 | * @ingroup Scrollhints |
89 | */ | 89 | */ |
90 | EAPI int elm_object_scroll_freeze_get(const Evas_Object *obj); | 90 | EAPI int elm_object_scroll_freeze_get(const Evas_Object *obj); |
diff --git a/src/lib/elm_toolbar.h b/src/lib/elm_toolbar.h index 19ab9fa87..91c2c0b59 100644 --- a/src/lib/elm_toolbar.h +++ b/src/lib/elm_toolbar.h | |||
@@ -880,7 +880,7 @@ EAPI unsigned int elm_toolbar_items_count(const Evas_Object *obj | |||
880 | * | 880 | * |
881 | * @see elm_toolbar_standard_priority_get() | 881 | * @see elm_toolbar_standard_priority_get() |
882 | * | 882 | * |
883 | * @since 1.1.0 | 883 | * @since 1.7 |
884 | * @ingroup Toolbar | 884 | * @ingroup Toolbar |
885 | */ | 885 | */ |
886 | EAPI void elm_toolbar_standard_priority_set(Evas_Object *obj, int priority); | 886 | EAPI void elm_toolbar_standard_priority_set(Evas_Object *obj, int priority); |
@@ -892,7 +892,7 @@ EAPI void elm_toolbar_standard_priority_set(Evas_Object | |||
892 | * | 892 | * |
893 | * @see elm_toolbar_standard_priority_set() | 893 | * @see elm_toolbar_standard_priority_set() |
894 | * | 894 | * |
895 | * @since 1.1.0 | 895 | * @since 1.7 |
896 | * @ingroup Toolbar | 896 | * @ingroup Toolbar |
897 | */ | 897 | */ |
898 | EAPI int elm_toolbar_standard_priority_get(const Evas_Object *obj); | 898 | EAPI int elm_toolbar_standard_priority_get(const Evas_Object *obj); |
diff --git a/src/lib/elm_win.h b/src/lib/elm_win.h index c5e305371..43690faeb 100644 --- a/src/lib/elm_win.h +++ b/src/lib/elm_win.h | |||
@@ -798,7 +798,7 @@ EAPI double elm_win_aspect_get(const Evas_Object *obj); | |||
798 | * @ingroup Win | 798 | * @ingroup Win |
799 | * @see elm_win_size_step_set | 799 | * @see elm_win_size_step_set |
800 | * @see elm_win_size_base_get | 800 | * @see elm_win_size_base_get |
801 | * @since 1.1 | 801 | * @since 1.7 |
802 | */ | 802 | */ |
803 | EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); | 803 | EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h); |
804 | 804 | ||
@@ -812,7 +812,7 @@ EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h) | |||
812 | * @ingroup Win | 812 | * @ingroup Win |
813 | * @see elm_win_size_base_set | 813 | * @see elm_win_size_base_set |
814 | * @see elm_win_size_step_set | 814 | * @see elm_win_size_step_set |
815 | * @since 1.1 | 815 | * @since 1.7 |
816 | */ | 816 | */ |
817 | EAPI void elm_win_size_base_get(Evas_Object *obj, int *w, int *h); | 817 | EAPI void elm_win_size_base_get(Evas_Object *obj, int *w, int *h); |
818 | 818 | ||
@@ -828,7 +828,7 @@ EAPI void elm_win_size_base_get(Evas_Object *obj, int *w, int * | |||
828 | * @ingroup Win | 828 | * @ingroup Win |
829 | * @see elm_win_size_step_get | 829 | * @see elm_win_size_step_get |
830 | * @see elm_win_size_base_set | 830 | * @see elm_win_size_base_set |
831 | * @since 1.1 | 831 | * @since 1.7 |
832 | */ | 832 | */ |
833 | EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); | 833 | EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h); |
834 | 834 | ||
@@ -842,7 +842,7 @@ EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h) | |||
842 | * @ingroup Win | 842 | * @ingroup Win |
843 | * @see elm_win_size_base_set | 843 | * @see elm_win_size_base_set |
844 | * @see elm_win_size_step_set | 844 | * @see elm_win_size_step_set |
845 | * @since 1.1 | 845 | * @since 1.7 |
846 | */ | 846 | */ |
847 | EAPI void elm_win_size_step_get(Evas_Object *obj, int *w, int *h); | 847 | EAPI void elm_win_size_step_get(Evas_Object *obj, int *w, int *h); |
848 | 848 | ||
@@ -1155,7 +1155,7 @@ EAPI void elm_win_screen_size_get(const Evas_Object *obj, int * | |||
1155 | * @param ydpi Pointer to value to store return vertical dpi. May be NULL. | 1155 | * @param ydpi Pointer to value to store return vertical dpi. May be NULL. |
1156 | * | 1156 | * |
1157 | * @ingroup Win | 1157 | * @ingroup Win |
1158 | * @since 1.1 | 1158 | * @since 1.7 |
1159 | */ | 1159 | */ |
1160 | EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); | 1160 | EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi); |
1161 | 1161 | ||