![]() |
![]() |
![]() |
librygel-server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define RYGEL_TYPE_MEDIA_OBJECT void rygel_media_object_get_writable (RygelMediaObject *self
,GCancellable *cancellable
,GAsyncReadyCallback _callback_
,gpointer _user_data_
); GFile * rygel_media_object_get_writable_finish (RygelMediaObject *self
,GAsyncResult *_res_
,GError **error
); void rygel_media_object_get_writables (RygelMediaObject *self
,GCancellable *cancellable
,GAsyncReadyCallback _callback_
,gpointer _user_data_
); GeeArrayList * rygel_media_object_get_writables_finish (RygelMediaObject *self
,GAsyncResult *_res_
,GError **error
); gint rygel_media_object_compare_string_props (RygelMediaObject *self
,const gchar *prop1
,const gchar *prop2
); gint rygel_media_object_compare_int_props (RygelMediaObject *self
,gint prop1
,gint prop2
); RygelMediaContainer * rygel_media_object_get_parent_ref (RygelMediaObject *self
); void rygel_media_object_set_parent_ref (RygelMediaObject *self
,RygelMediaContainer *value
); const gchar * rygel_media_object_get_title (RygelMediaObject *self
); void rygel_media_object_set_title (RygelMediaObject *self
,const gchar *value
); struct RygelMediaObject;
#define RYGEL_TYPE_MEDIA_OBJECT (rygel_media_object_get_type ())
The type for RygelMediaObject.
void rygel_media_object_get_writable (RygelMediaObject *self
,GCancellable *cancellable
,GAsyncReadyCallback _callback_
,gpointer _user_data_
);
Fetches a File object for any writable URI available for this object.
See also: rygel_media_object_get_writable_finish()
|
the RygelMediaObject instance |
|
A GLib.Cancellable. [in][allow-none] |
|
callback to call when the request is satisfied. [scope async] |
|
the data to pass to _callback_ function. [closure]
|
GFile * rygel_media_object_get_writable_finish (RygelMediaObject *self
,GAsyncResult *_res_
,GError **error
);
Fetches a File object for any writable URI available for this object.
See also: rygel_media_object_get_writable()
|
the RygelMediaObject instance |
|
a GAsyncResult |
|
location to store the error occuring, or NULL to ignore |
void rygel_media_object_get_writables (RygelMediaObject *self
,GCancellable *cancellable
,GAsyncReadyCallback _callback_
,gpointer _user_data_
);
Fetches File objects for all writable URIs available for this object.
See also: rygel_media_object_get_writables_finish()
|
the RygelMediaObject instance |
|
A GLib.Cancellable. [in][allow-none] |
|
callback to call when the request is satisfied. [scope async] |
|
the data to pass to _callback_ function. [closure]
|
GeeArrayList * rygel_media_object_get_writables_finish (RygelMediaObject *self
,GAsyncResult *_res_
,GError **error
);
Fetches File objects for all writable URIs available for this object.
See also: rygel_media_object_get_writables()
|
the RygelMediaObject instance |
|
a GAsyncResult |
|
location to store the error occuring, or NULL to ignore |
gint rygel_media_object_compare_string_props (RygelMediaObject *self
,const gchar *prop1
,const gchar *prop2
);
|
the RygelMediaObject instance |
gint rygel_media_object_compare_int_props (RygelMediaObject *self
,gint prop1
,gint prop2
);
|
the RygelMediaObject instance |
RygelMediaContainer * rygel_media_object_get_parent_ref (RygelMediaObject *self
);
|
the RygelMediaObject instance to query |
Returns : |
the value of the "parent-ref" property |
void rygel_media_object_set_parent_ref (RygelMediaObject *self
,RygelMediaContainer *value
);
|
the RygelMediaObject instance to modify |
|
the new value of the "parent-ref" property |
const gchar * rygel_media_object_get_title (RygelMediaObject *self
);
|
the RygelMediaObject instance to query |
Returns : |
the value of the "title" property |
void rygel_media_object_set_title (RygelMediaObject *self
,const gchar *value
);
|
the RygelMediaObject instance to modify |
|
the new value of the "title" property |