Changeset 126207 in webkit


Ignore:
Timestamp:
Aug 21, 2012 4:14:23 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Some public API functions don't have their symbols exported
https://bugs.webkit.org/show_bug.cgi?id=94589

Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-08-21
Reviewed by Kenneth Rohde Christiansen.

Added missing export symbol macro to these public API functions.

  • UIProcess/API/efl/ewk_view.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r126182 r126207  
     12012-08-21  Thiago Marcos P. Santos  <thiago.santos@intel.com>
     2
     3        [EFL] Some public API functions don't have their symbols exported
     4        https://bugs.webkit.org/show_bug.cgi?id=94589
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Added missing export symbol macro to these public API functions.
     9
     10        * UIProcess/API/efl/ewk_view.h:
     11
    1122012-08-21  Martin Robinson  <mrobinson@igalia.com>
    213
  • trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h

    r125974 r126207  
    274274 * @return view object on success or @c NULL on failure
    275275 */
    276 Evas_Object *ewk_view_smart_add(Evas *e, Evas_Smart *smart, Ewk_Context *context);
     276EAPI Evas_Object *ewk_view_smart_add(Evas *e, Evas_Smart *smart, Ewk_Context *context);
    277277
    278278/**
     
    476476 * @return current scale factor in use on success or @c -1.0 on failure
    477477 */
    478 double ewk_view_scale_get(const Evas_Object *o);
     478EAPI double ewk_view_scale_get(const Evas_Object *o);
    479479
    480480/**
Note: See TracChangeset for help on using the changeset viewer.