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

« back to all changes in this revision

Viewing changes to sources/rb-ipod-source.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 License
17
17
 *  along with this program; if not, write to the Free Software
18
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
19
19
 *
20
20
 */
21
21
 
47
47
 
48
48
RBRemovableMediaSource *        rb_ipod_source_new              (RBShell *shell, GnomeVFSVolume *volume);
49
49
GType                   rb_ipod_source_get_type         (void);
 
50
GType                   rb_ipod_source_register_type    (GTypeModule *module);
50
51
 
51
52
gboolean                rb_ipod_is_volume_ipod          (GnomeVFSVolume *volume);
52
53