| Top |
OobsObject *
oobs_self_config_get (void);
Returns the OobsSelfConfig singleton, which represents the user configuration for the requester uid.
OobsUser *
oobs_self_config_get_user (OobsSelfConfig *config);
Returns the OobsUser that represents the requester user.
gboolean oobs_self_config_is_user_self (OobsSelfConfig *config,OobsUser *user);
Check whether user
is the user represented by OobsSelfConfig.