mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
note on extensions
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@90 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
4d47e97990
commit
1cbc75c122
4
TODO
4
TODO
@ -8,6 +8,10 @@
|
||||
whose name is built from the package, the base message type-name
|
||||
and the member. which takes the base message and returns the
|
||||
value, if it is found in "unknown_values".
|
||||
boolean package__extension_member_name__get(Message *message,
|
||||
type *out);
|
||||
void package__extension_member_name__set_raw(type in,
|
||||
ProtobufCUnknownValue *to_init);
|
||||
- ensure enums are int-size
|
||||
|
||||
--------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user