forked from AuroraMiddleware/gtk
Change header too
This commit is contained in:
parent
037e90b856
commit
f5b53f1359
@ -1,5 +1,6 @@
|
||||
2005-09-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktexttag.h:
|
||||
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
|
||||
to make this function work as boxed copy function. (#317455,
|
||||
Gustavo Carneiro)
|
||||
|
@ -1,5 +1,6 @@
|
||||
2005-09-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktexttag.h:
|
||||
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
|
||||
to make this function work as boxed copy function. (#317455,
|
||||
Gustavo Carneiro)
|
||||
|
@ -2044,7 +2044,7 @@ gtk_text_attributes_copy_values (GtkTextAttributes *src,
|
||||
*
|
||||
* Returns: the #GtkTextAttributes that were passed in
|
||||
**/
|
||||
void
|
||||
GtkTextAttributes *
|
||||
gtk_text_attributes_ref (GtkTextAttributes *values)
|
||||
{
|
||||
g_return_if_fail (values != NULL);
|
||||
|
@ -270,7 +270,7 @@ GtkTextAttributes* gtk_text_attributes_copy (GtkTextAttributes *src);
|
||||
void gtk_text_attributes_copy_values (GtkTextAttributes *src,
|
||||
GtkTextAttributes *dest);
|
||||
void gtk_text_attributes_unref (GtkTextAttributes *values);
|
||||
void gtk_text_attributes_ref (GtkTextAttributes *values);
|
||||
GtkTextAttributes *gtk_text_attributes_ref (GtkTextAttributes *values);
|
||||
|
||||
GType gtk_text_attributes_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user