~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/reference/html/RBBrowserSource.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2011-12-05 19:31:23 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20111205193123-89047p8yplb0w1vx
Tags: 2.90.1~20111126.89c872b0-0ubuntu1
* Upload the new version to Ubuntu, should solve those issues:
  - the lack of rhythmbox-client command (lp: #875064)
  - the music sharing preferences dialog (lp: #894153)
  - several segfaults (lp: #859195, #814614)
* debian/control.in:
  - let the rhythmbox gir depends on gir1.2-peas-1.0 (lp: #874973)

[ Rico Tzschichholz ]
* New upstream git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch06.html" title="Sources">
9
9
<link rel="prev" href="RBAutoPlaylistSource.html" title="RBAutoPlaylistSource">
10
10
<link rel="next" href="RBImportErrorsSource.html" title="RBImportErrorsSource">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
61
61
                                       +----<a class="link" href="RBSource.html" title="RBSource">RBSource</a>
62
62
                                             +----RBBrowserSource
63
63
                                                   +----<a class="link" href="RBLibrarySource.html" title="RBLibrarySource">RBLibrarySource</a>
64
 
                                                   +----<a class="link" href="RBRemovableMediaSource.html" title="RBRemovableMediaSource">RBRemovableMediaSource</a>
 
64
                                                   +----<a class="link" href="rhythmbox-Media-player-ID.html#RBMediaPlayerSource">RBMediaPlayerSource</a>
65
65
</pre>
66
66
</div>
67
67
<div class="refsect1">
102
102
<pre class="programlisting">struct RBBrowserSourceClass {
103
103
        RBSourceClass parent;
104
104
 
105
 
        void            (*impl_pack_paned)              (RBBrowserSource *source, GtkWidget *paned);
106
 
        gboolean (*impl_has_drop_support) (RBBrowserSource *source);
107
 
        void            (*impl_show_entry_popup) (RBBrowserSource *source);
 
105
        void            (*pack_content)         (RBBrowserSource *source, GtkWidget *content);
 
106
        gboolean (*has_drop_support) (RBBrowserSource *source);
 
107
        void            (*show_entry_popup) (RBBrowserSource *source);
108
108
};
109
109
</pre>
110
110
<p>
147
147
</div>
148
148
<div class="footer">
149
149
<hr>
150
 
          Generated by GTK-Doc V1.17.1</div>
 
150
          Generated by GTK-Doc V1.18.1</div>
151
151
</body>
152
152
</html>
 
 
b'\\ No newline at end of file'