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

« back to all changes in this revision

Viewing changes to camel/camel-string-utils.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:
112
112
 *
113
113
 * ASCII to-lower function.
114
114
 *
115
 
 * Return value:
 
115
 * Returns:
116
116
 **/
117
117
gchar camel_tolower(gchar c)
118
118
{
128
128
 *
129
129
 * ASCII to-upper function.
130
130
 *
131
 
 * Return value:
 
131
 * Returns:
132
132
 **/
133
133
gchar camel_toupper(gchar c)
134
134
{
151
151
 *
152
152
 * The NULL and empty strings are special cased to constant values.
153
153
 *
154
 
 * Return value: A pointer to an equivalent string of @s.  Use
 
154
 * Returns: A pointer to an equivalent string of @s.  Use
155
155
 * camel_pstring_free() when it is no longer needed.
156
156
 **/
157
157
const gchar *
197
197
 *
198
198
 * The NULL and empty strings are special cased to constant values.
199
199
 *
200
 
 * Return value: A pointer to an equivalent string of @s.  Use
 
200
 * Returns: A pointer to an equivalent string of @s.  Use
201
201
 * camel_pstring_free() when it is no longer needed.
 
202
 *
 
203
 * Since: 2.24
202
204
 **/
203
205
const gchar *
204
206
camel_pstring_peek (const gchar *str)
237
239
 *
238
240
 * The NULL and empty strings are special cased to constant values.
239
241
 *
240
 
 * Return value: A pointer to an equivalent string of @s.  Use
 
242
 * Returns: A pointer to an equivalent string of @s.  Use
241
243
 * camel_pstring_free() when it is no longer needed.
242
244
 **/
243
245
const gchar *