~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to shell/rb-remote.c

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        LAST_SIGNAL
57
57
};
58
58
 
 
59
static GObjectClass *parent_class = NULL;
 
60
 
59
61
static guint rb_remote_signals[LAST_SIGNAL] = { 0 };
60
62
static GIOChannel *lirc_channel = NULL;
61
63
static GList *listeners = NULL;
177
179
 
178
180
                lirc_deinit ();
179
181
        }
 
182
 
 
183
        G_OBJECT_CLASS (parent_class)->finalize (object);
180
184
}
181
185
 
182
186
static void
184
188
{
185
189
        GObjectClass *object_class = G_OBJECT_CLASS (klass);
186
190
 
 
191
        parent_class = g_type_class_peek_parent (klass);
 
192
 
187
193
        object_class->finalize = rb_remote_finalize;
188
194
 
189
195
        rb_remote_signals[BUTTON_PRESSED] =