docs: ecore_con: fill gaps in newly added efl_net_ip_address documentation

This commit is contained in:
Stefan Schmidt 2016-12-12 09:33:47 +01:00
parent cd477e0217
commit fcd131e122
1 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ class Efl.Net.Ip.Address (Efl.Object) {
]]
get { }
values {
str: string @nonull;
str: string @nonull; [[Numeric address as string]]
}
}
@ -162,7 +162,7 @@ class Efl.Net.Ip.Address (Efl.Object) {
Must be set after @.family.
]]
values {
address: const(ptr(Eina.Slice)) @nonull;
address: const(ptr(Eina.Slice)) @nonull; [[Address]]
}
}
@ -172,7 +172,7 @@ class Efl.Net.Ip.Address (Efl.Object) {
May only be set once, afterwards the object is not changing.
]]
values {
sockaddr: const(void_ptr) @nonull;
sockaddr: const(void_ptr) @nonull; [[Sockaddr struct]]
}
}