RRProfile

Name

RRProfile -- 

Synopsis



#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);

Object Hierarchy


  GObject
   +----RRChannel
         +----RRProfile

Description

Details

RR_PROFILE_GTYPE_KEY_URI

#define RR_PROFILE_GTYPE_KEY_URI "RR_PROFILE_URI"


rr_profile_get_uri ()

const gchar* rr_profile_get_uri             (GType type);

Get the URI the profile is associated with.


rr_profile_set_uri ()

void        rr_profile_set_uri              (GType type,
                                             const gchar *uri);

Associate an URI with the profile.


rr_profile_validate_piggyback ()

gboolean    rr_profile_validate_piggyback   (RRProfile *profile,
                                             const gchar *piggyback,
                                             gchar **reply);


rr_profile_reply_piggyback ()

void        rr_profile_reply_piggyback      (RRProfile *profile,
                                             const gchar *piggyback);


rr_profile_get_piggyback ()

gchar*      rr_profile_get_piggyback        (RRProfile *profile);


rr_profile_set_piggyback ()

void        rr_profile_set_piggyback        (RRProfile *profile,
                                             const gchar *piggyback);