Merge lp:~rodrigo-moya/libubuntuone/fix-signal-signature into lp:libubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: Rodrigo Moya
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~rodrigo-moya/libubuntuone/fix-signal-signature
Merge into: lp:libubuntuone
Diff against target: 25 lines (+8/-8)
1 file modified
libubuntuone/u1-music-store.c (+8/-8)
To merge this branch: bzr merge lp:~rodrigo-moya/libubuntuone/fix-signal-signature
Reviewer Review Type Date Requested Status
Martin Albisetti (community) Approve
Review via email: mp+19703@code.launchpad.net

Commit message

Use the correct marshaller for play-library signal

To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Use the correct marshaller for play-library signal

Revision history for this message
Martin Albisetti (beuno) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libubuntuone/u1-music-store.c'
2--- libubuntuone/u1-music-store.c 2010-02-17 12:57:19 +0000
3+++ libubuntuone/u1-music-store.c 2010-02-19 12:35:21 +0000
4@@ -90,14 +90,14 @@
5 G_TYPE_NONE, 2,
6 G_TYPE_STRING, G_TYPE_STRING);
7 u1_music_store_signals[PLAY_LIBRARY_SIGNAL] = g_signal_new ("play-library",
8- G_TYPE_FROM_CLASS (klass),
9- (GSignalFlags) G_SIGNAL_RUN_LAST,
10- G_STRUCT_OFFSET (U1MusicStoreClass, play_library),
11- NULL,
12- NULL,
13- _u1_marshal_VOID__STRING_STRING,
14- G_TYPE_NONE, 1,
15- G_TYPE_STRING);
16+ G_TYPE_FROM_CLASS (klass),
17+ (GSignalFlags) G_SIGNAL_RUN_LAST,
18+ G_STRUCT_OFFSET (U1MusicStoreClass, play_library),
19+ NULL,
20+ NULL,
21+ g_cclosure_marshal_VOID__STRING,
22+ G_TYPE_NONE, 1,
23+ G_TYPE_STRING);
24 object_class->finalize = u1_music_store_finalize;
25 }
26

Subscribers

People subscribed via source and target branches