]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcolorutils.h
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtkcolorutils.h
index cef16b9f5dfa88cd57ec406d3bcfe077ec7b797e..8cb8c21d91aa70f97a7efb52a7b832b69eb932d0 100644 (file)
@@ -17,9 +17,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GTK_COLOR_UTILS_H__
+#define __GTK_COLOR_UTILS_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_COLOR_UTILS_H__
-#define __GTK_COLOR_UTILS_H__
-
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 void gtk_hsv_to_rgb (gdouble  h, gdouble  s, gdouble  v,
                      gdouble *r, gdouble *g, gdouble *b);
 void gtk_rgb_to_hsv (gdouble  r, gdouble  g, gdouble  b,