RoadRunner Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define RR_PROFILE_GTYPE_KEY_URI const gchar* rr_profile_get_uri (GType type); void rr_profile_set_uri (GType type, const gchar *uri); gboolean rr_profile_validate_piggyback (RRProfile *profile, const gchar *piggyback, gchar **reply); void rr_profile_reply_piggyback (RRProfile *profile, const gchar *piggyback); gchar* rr_profile_get_piggyback (RRProfile *profile); void rr_profile_set_piggyback (RRProfile *profile, const gchar *piggyback); |
const gchar* rr_profile_get_uri (GType type); |
Get the URI the profile is associated with.
void rr_profile_set_uri (GType type, const gchar *uri); |
Associate an URI with the profile.
gboolean rr_profile_validate_piggyback (RRProfile *profile, const gchar *piggyback, gchar **reply); |
void rr_profile_reply_piggyback (RRProfile *profile, const gchar *piggyback); |
void rr_profile_set_piggyback (RRProfile *profile, const gchar *piggyback); |