~serge-hallyn/ubuntu/precise/rhythmbox/rhythmbox-sort

« back to all changes in this revision

Viewing changes to shell/rb-remote.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 19:23:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051202192318-7ayjionj59dq1wk4
Tags: 0.9.2-0ubuntu3
* debian/control.in:
  - Build-Depends on libmusicbrainz4-dev so rhythmbox does the CD 
    query on internet (Ubuntu: #20363).

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] =