diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-01-28 16:10:43 +0900 |
---|---|---|
committer | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2019-01-28 16:15:09 +0900 |
commit | 5f1b448323338c85479d554e89123b0277a2fb85 (patch) | |
tree | ac8c40501806671b7af827609ec56ab5833f283f /src/lib/eo/efl_object.eo | |
parent | f74f0e31a7c6af9d0149573c06c348747dc5f522 (diff) |
eo: Replace ptr(Eina.Strbuf) with plain strbuf.
Summary: Also fix CXX compilation after this change.
Reviewers: cedric, felipealmeida
Reviewed By: felipealmeida
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D7792
Diffstat (limited to '')
-rw-r--r-- | src/lib/eo/efl_object.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 657e492a92..5aa1c846d8 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo | |||
@@ -107,7 +107,7 @@ abstract Efl.Object | |||
107 | @since 1.21 | 107 | @since 1.21 |
108 | ]] | 108 | ]] |
109 | params { | 109 | params { |
110 | @in sb: ptr(Eina.Strbuf); [[A string buffer, must not be $null.]] | 110 | @in sb: strbuf; [[A string buffer, must not be $null.]] |
111 | } | 111 | } |
112 | } | 112 | } |
113 | @property event_global_freeze_count @class { | 113 | @property event_global_freeze_count @class { |