babl r310 - in trunk: . babl
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: babl r310 - in trunk: . babl
- Date: Wed, 16 Apr 2008 10:49:24 +0100 (BST)
Author: neo
Date: Wed Apr 16 10:49:24 2008
New Revision: 310
URL: http://svn.gnome.org/viewvc/babl?rev=310&view=rev
Log:
2008-04-16 Sven Neumann <sven gimp org>
* babl/babl.h: formatting.
Modified:
trunk/ChangeLog
trunk/babl/babl.h
Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h (original)
+++ trunk/babl/babl.h Wed Apr 16 10:49:24 2008
@@ -1,5 +1,5 @@
/* babl - dynamically extendable universal pixel conversion library.
- * Copyright (C) 2005, Ãyvind KolÃs.
+ * Copyright (C) 2005-2008, Ãyvind KolÃs.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -100,7 +100,7 @@
void babl_##klass##_destroy (void); \
Babl * babl_##klass##_id (int id); \
void babl_##klass##_each (BablEachFunction each_fun, \
- void *user_data)
+ void *user_data)
/* creates a class that has a specific name connected to it, that
* also allows defining a new instance. These classes share common
@@ -113,7 +113,7 @@
BABL_CLASS (klass); \
Babl * babl_##klass (const char *name); \
Babl * babl_##klass##_new (void *first_arg, \
- ...) BABL_ARG_NULL_TERMINATED
+ ...) BABL_ARG_NULL_TERMINATED
@@ -137,8 +137,9 @@
*
* Returns: a name describing the instance.
*/
-const char *babl_name (const Babl *babl);
-void babl_introspect (Babl *babl); /* introspect a given BablObject */
+const char * babl_name (const Babl *babl);
+
+void babl_introspect (Babl *babl); /* introspect a given BablObject */
#include "babl-type.h"
#include "babl-sampling.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]