ObjectForeach
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "0.8" ) ]
public delegate void ObjectForeach (Object object, string member_name, Node member_node)
[ Version ( since = "0.8" ) ]
public delegate void ObjectForeach (Object object, string member_name, Node member_node)
The function to be passed to [method@Json.
Object.foreach_member].
You should not add or remove members to and from object within this function.
It is safe to change the value of member_node.
Parameters:
| object |
the iterated JSON object |
| member_name |
the name of the member |
| member_node |
the value of the member |
| user_data |
data passed to the function |
Namespace: Json
Package: json-glib-1.0