![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define TPA_PROFILE_GET_PRIVATE (obj) TpaProfilePrivate; TpaProfile; const gchar* tpa_profile_get_protocol (TpaProfile *self); TpaParameter* tpa_profile_get_parameter (TpaProfile *self, const gchar *name); GPtrArray* tpa_profile_get_all_parameters (TpaProfile *self); GPtrArray* tpa_profile_get_mandatory_parameters (TpaProfile *self); GPtrArray* tpa_profile_get_registration_parameters (TpaProfile *self);
const gchar* tpa_profile_get_protocol (TpaProfile *self);
Get profile's protocol.
self : |
TpaProfile instance. |
Returns : | Profile protocol. |
TpaParameter* tpa_profile_get_parameter (TpaProfile *self, const gchar *name);
Get parameter by name.
self : |
TpaProfile instance. |
name : |
New Parameter name. |
Returns : | FALSE if fail. |
GPtrArray* tpa_profile_get_all_parameters (TpaProfile *self);
Get all profile names available.
self : |
TpaProfile instance. |
Returns : | GPtrArray with profile names. |
GPtrArray* tpa_profile_get_mandatory_parameters (TpaProfile *self);
Get all profile names available that are mandatory.
self : |
TpaProfile instance. |
Returns : | GPtrArray with profile names. |
GPtrArray* tpa_profile_get_registration_parameters (TpaProfile *self);
Get all profile names available that has register flag.
self : |
TpaProfile instance. |
Returns : | GPtrArray with profile names. |