efl: mark Efl.Ui.Factory.create a protected method.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9606
This commit is contained in:
Cedric BAIL 2019-08-16 16:17:57 -07:00
parent fcaec29be7
commit 00d58640e5
6 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#define EFL_UI_SCROLLBAR_PROTECTED #define EFL_UI_SCROLLBAR_PROTECTED
#define EFL_PART_PROTECTED #define EFL_PART_PROTECTED
#define EFL_UI_FACTORY_PROTECTED
#include "eo_internal.h" #include "eo_internal.h"

View File

@ -8,7 +8,7 @@ interface @beta Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind
{ {
[[Efl UI factory interface]] [[Efl UI factory interface]]
methods { methods {
create { create @protected {
[[Create a UI object from the necessary properties in the specified model. [[Create a UI object from the necessary properties in the specified model.

View File

@ -2,6 +2,8 @@
# include <config.h> # include <config.h>
#endif #endif
#define EFL_UI_FACTORY_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_priv.h" #include "elm_priv.h"

View File

@ -2,6 +2,8 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define EFL_UI_FACTORY_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_priv.h" #include "elm_priv.h"

View File

@ -2,6 +2,8 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define EFL_UI_FACTORY_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_priv.h" #include "elm_priv.h"

View File

@ -4,6 +4,7 @@
#define EFL_UI_WIDGET_PROTECTED #define EFL_UI_WIDGET_PROTECTED
#define EFL_PART_PROTECTED #define EFL_PART_PROTECTED
#define EFL_UI_FACTORY_PROTECTED
#include <Efl_Ui.h> #include <Efl_Ui.h>
#include "elm_priv.h" #include "elm_priv.h"