175 <h2>getImporterInfo</h2> |
175 <h2>getImporterInfo</h2> |
176 <b>getImporterInfo</b>(<i>id</i>) |
176 <b>getImporterInfo</b>(<i>id</i>) |
177 <p> |
177 <p> |
178 Module function to get information for the given source id. |
178 Module function to get information for the given source id. |
179 </p><dl> |
179 </p><dl> |
|
180 <dt><i>id</i></dt> |
|
181 <dd> |
|
182 id of the browser ("chrome" or "chromium") |
|
183 </dd> |
|
184 </dl><dl> |
180 <dt>Returns:</dt> |
185 <dt>Returns:</dt> |
181 <dd> |
186 <dd> |
182 tuple with an icon (QPixmap), readable name (string), name of |
187 tuple with an icon (QPixmap), readable name (string), name of |
183 the default bookmarks file (string), an info text (string), |
188 the default bookmarks file (string), an info text (string), |
184 a prompt (string) and the default directory of the bookmarks file (string) |
189 a prompt (string) and the default directory of the bookmarks file (string) |
185 </dd> |
190 </dd> |
|
191 </dl><dl> |
|
192 <dt>Raises <b>ValueError</b>:</dt> |
|
193 <dd> |
|
194 raised to indicate an invalid browser ID |
|
195 </dd> |
186 </dl> |
196 </dl> |
187 <div align="right"><a href="#top">Up</a></div> |
197 <div align="right"><a href="#top">Up</a></div> |
188 <hr /> |
198 <hr /> |
189 </body></html> |
199 </body></html> |