~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to sources/rb-sourcelist-model.h

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU General Public
17
17
 * License along with this program; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
18
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 
19
 * Boston, MA 02110-1301  USA.
20
20
 *
21
21
 */
22
22
 
60
60
        RB_SOURCELIST_MODEL_COLUMN_NAME,
61
61
        RB_SOURCELIST_MODEL_COLUMN_SOURCE,
62
62
        RB_SOURCELIST_MODEL_COLUMN_ATTRIBUTES,
 
63
        RB_SOURCELIST_MODEL_COLUMN_VISIBILITY,
63
64
        RB_SOURCELIST_MODEL_N_COLUMNS
64
65
};
65
66
 
69
70
 
70
71
void            rb_sourcelist_model_set_dnd_targets (RBSourceListModel *sourcelist,
71
72
                                                     GtkTreeView *treeview);
 
73
GtkTreePath *   rb_sourcelist_model_get_group_path (RBSourceListModel *sourcelist,
 
74
                                                    RBSourceListGroup group);
 
75
gboolean        rb_sourcelist_model_row_is_separator (GtkTreeModel *model,
 
76
                                                      GtkTreeIter *iter,
 
77
                                                      RBSourceListModel *sourcelist);
72
78
 
73
79
G_END_DECLS
74
80