ector_cairo_surface: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:59:08 +01:00
parent 1b4cea9b08
commit 4762516beb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Ector.Cairo.Surface (Efl.Object, Ector.Surface)
get { get {
} }
values { values {
ctx: cairo_t *; [[Cairo context]] ctx: ptr(cairo_t); [[Cairo context]]
} }
} }
symbol_get { symbol_get {