summaryrefslogtreecommitdiff
path: root/gdk/gdkrgba.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-09 02:43:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-09 02:44:19 -0500
commit8291530abfc3f74b105d377beb2afc4687c7ffd1 (patch)
tree2e3d2ab3305d0c904d98f1c8e90d1c3fbbb15262 /gdk/gdkrgba.h
parentadef25626e5a5fdc9d56d554fd0477ecdc54ebc0 (diff)
downloadgtk+-8291530abfc3f74b105d377beb2afc4687c7ffd1.tar.gz
More GDK documentation tweaks
Diffstat (limited to 'gdk/gdkrgba.h')
-rw-r--r--gdk/gdkrgba.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/gdk/gdkrgba.h b/gdk/gdkrgba.h
index d0d1286c7b..e5f26687d2 100644
--- a/gdk/gdkrgba.h
+++ b/gdk/gdkrgba.h
@@ -45,20 +45,19 @@ struct _GdkRGBA
#define GDK_TYPE_RGBA (gdk_rgba_get_type ())
-GdkRGBA * gdk_rgba_copy (const GdkRGBA *rgba);
-void gdk_rgba_free (GdkRGBA *rgba);
+GType gdk_rgba_get_type (void) G_GNUC_CONST;
-gboolean gdk_rgba_parse (GdkRGBA *rgba,
- const gchar *spec);
+GdkRGBA * gdk_rgba_copy (const GdkRGBA *rgba);
+void gdk_rgba_free (GdkRGBA *rgba);
-guint gdk_rgba_hash (gconstpointer p);
-gboolean gdk_rgba_equal (gconstpointer p1,
- gconstpointer p2);
+guint gdk_rgba_hash (gconstpointer p);
+gboolean gdk_rgba_equal (gconstpointer p1,
+ gconstpointer p2);
+gboolean gdk_rgba_parse (GdkRGBA *rgba,
+ const gchar *spec);
gchar * gdk_rgba_to_string (const GdkRGBA *rgba);
-GType gdk_rgba_get_type (void) G_GNUC_CONST;
-
G_END_DECLS