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

« back to all changes in this revision

Viewing changes to widgets/rb-cell-renderer-rating.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 * You should have received a copy of the GNU Library General Public
19
19
 * License along with this library; if not, write to the
20
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21
 
 * Boston, MA 02111-1307, USA.
 
20
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 
21
 * Boston, MA 02110-1301  USA.
22
22
 */
23
23
 
24
24
#ifndef __RB_CELL_RENDERER_RATING_H
49
49
{
50
50
        GtkCellRendererClass parent_class;
51
51
 
52
 
        void (*rated) (GtkTreePath *path, double rating);
 
52
        void (*rated) (RBCellRendererRating *renderer, GtkTreePath *path, double rating);
53
53
 
54
54
        RBCellRendererRatingClassPrivate *priv;
55
55