~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libedataserverui/e-name-selector.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
 *
201
201
 * Creates a new #ENameSelector.
202
202
 *
203
 
 * Return value: A new #ENameSelector.
 
203
 * Returns: A new #ENameSelector.
204
204
 **/
205
205
ENameSelector *
206
206
e_name_selector_new (void)
253
253
 *
254
254
 * Gets the #ENameSelectorModel used by @name_selector.
255
255
 *
256
 
 * Return value: The #ENameSelectorModel used by @name_selector.
 
256
 * Returns: The #ENameSelectorModel used by @name_selector.
257
257
 **/
258
258
ENameSelectorModel *
259
259
e_name_selector_peek_model (ENameSelector *name_selector)
269
269
 *
270
270
 * Gets the #ENameSelectorDialog used by @name_selector.
271
271
 *
272
 
 * Return value: The #ENameSelectorDialog used by @name_selector.
 
272
 * Returns: The #ENameSelectorDialog used by @name_selector.
273
273
 **/
274
274
ENameSelectorDialog *
275
275
e_name_selector_peek_dialog (ENameSelector *name_selector)
293
293
 *
294
294
 * Gets the #ENameSelectorEntry for the section specified by @name.
295
295
 *
296
 
 * Return value: The #ENameSelectorEntry for the named section, or %NULL if it
 
296
 * Returns: The #ENameSelectorEntry for the named section, or %NULL if it
297
297
 * doesn't exist in the #ENameSelectorModel.
298
298
 **/
299
299
ENameSelectorEntry *
357
357
 *
358
358
 * Gets the #ENameSelectorList for the section specified by @name.
359
359
 *
360
 
 * Return value: The #ENameSelectorList for the named section, or %NULL if it
 
360
 * Returns: The #ENameSelectorList for the named section, or %NULL if it
361
361
 * doesn't exist in the #ENameSelectorModel.
362
362
 **/
363
363