1@subheading gsasl_property_set
2@anchor{gsasl_property_set}
3@deftypefun {void} {gsasl_property_set} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}, const char * @var{data})
4@var{sctx}: session handle.
5
6@var{prop}: enumerated value of Gsasl_property type, indicating the
7type of data in  @code{data} .
8
9@var{data}: zero terminated character string to store.
10
11Make a copy of  @code{data} and store it in the session handle for the
12indicated property  @code{prop} .
13
14You can immediately deallocate  @code{data} after calling this function,
15without affecting the data stored in the session handle.
16
17@strong{Since:} 0.2.0
18@end deftypefun
19
20