![]() |
![]() |
![]() |
Rhythmbox Development Reference Manual | ![]() |
---|---|---|---|---|
enum RhythmDBPropertyModelColumn; typedef RhythmDBPropertyModelPrivate; RhythmDBPropertyModel* rhythmdb_property_model_new (RhythmDB *db, RhythmDBPropType propid); gboolean rhythmdb_property_model_iter_from_string (RhythmDBPropertyModel *model, const char *name, GtkTreeIter *iter); void rhythmdb_property_model_enable_drag (RhythmDBPropertyModel *model, GtkTreeView *view);
typedef enum { RHYTHMDB_PROPERTY_MODEL_COLUMN_TITLE, RHYTHMDB_PROPERTY_MODEL_COLUMN_PRIORITY, RHYTHMDB_PROPERTY_MODEL_COLUMN_NUMBER, RHYTHMDB_PROPERTY_MODEL_COLUMN_LAST, } RhythmDBPropertyModelColumn;
typedef struct RhythmDBPropertyModelPrivate RhythmDBPropertyModelPrivate;
RhythmDBPropertyModel* rhythmdb_property_model_new (RhythmDB *db, RhythmDBPropType propid);
|
|
|
|
Returns : |
gboolean rhythmdb_property_model_iter_from_string (RhythmDBPropertyModel *model, const char *name, GtkTreeIter *iter);
|
|
|
|
|
|
Returns : |
void rhythmdb_property_model_enable_drag (RhythmDBPropertyModel *model, GtkTreeView *view);
|
|
|