![]() |
![]() |
![]() |
Libbrasero-media Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
BraseroMediumSelection; GtkWidget * brasero_medium_selection_new (void
); BraseroMedium * brasero_medium_selection_get_active (BraseroMediumSelection *selector
); gboolean brasero_medium_selection_set_active (BraseroMediumSelection *selector
,BraseroMedium *medium
); void brasero_medium_selection_show_media_type (BraseroMediumSelection *selector
,BraseroMediaType type
);
typedef struct _BraseroMediumSelection BraseroMediumSelection;
Rename to: MediumSelection
GtkWidget * brasero_medium_selection_new (void
);
Creates a new BraseroMediumSelection object
Returns : |
a GtkWidget. Unref when it is not needed anymore. |
BraseroMedium * brasero_medium_selection_get_active (BraseroMediumSelection *selector
);
Gets the active medium.
|
a BraseroMediumSelection |
Returns : |
a BraseroMedium or NULL. Unref when it is not needed anymore. |
gboolean brasero_medium_selection_set_active (BraseroMediumSelection *selector
,BraseroMedium *medium
);
Sets the active medium. Emits the ::medium-changed signal.
|
a BraseroMediumSelection |
|
a BraseroMedium to set as the active one in the selector |
Returns : |
a gboolean. TRUE if it succeeded, FALSE otherwise. |
void brasero_medium_selection_show_media_type (BraseroMediumSelection *selector
,BraseroMediaType type
);
Filters and displays media corresponding to type
.
|
a BraseroMediumSelection |
|
a BraseroMediaType |