diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-10-26 23:35:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-10-26 23:39:50 -0400 |
commit | b7d001e6137a0d4d5f1ddc1815d11c12468d4b35 (patch) | |
tree | 86834d3700bab9c0ae2ba10407db9103616f93c7 /gtk/gtkcssnodeprivate.h | |
parent | a648afae12ab633d89e2c6ea793b1370d3e71df9 (diff) | |
download | gtk+-b7d001e6137a0d4d5f1ddc1815d11c12468d4b35.tar.gz |
Add some api annotations
Nothing is using the /*interned*/ annotations currently,
but if we are doing this, we should be consistent.
Diffstat (limited to 'gtk/gtkcssnodeprivate.h')
-rw-r--r-- | gtk/gtkcssnodeprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcssnodeprivate.h b/gtk/gtkcssnodeprivate.h index 2f9587ed17..7577d4808a 100644 --- a/gtk/gtkcssnodeprivate.h +++ b/gtk/gtkcssnodeprivate.h @@ -122,8 +122,8 @@ void gtk_css_node_set_widget_type (GtkCssNode * GType widget_type); GType gtk_css_node_get_widget_type (GtkCssNode *cssnode); void gtk_css_node_set_id (GtkCssNode *cssnode, - const char *id); -const char * gtk_css_node_get_id (GtkCssNode *cssnode); + /*interned*/const char*id); +/*interned*/const char *gtk_css_node_get_id (GtkCssNode *cssnode); void gtk_css_node_set_state (GtkCssNode *cssnode, GtkStateFlags state_flags); GtkStateFlags gtk_css_node_get_state (GtkCssNode *cssnode); |