More additions
svn path=/trunk/; revision=21996
This commit is contained in:
parent
32237671ca
commit
7e7866f12b
@ -821,8 +821,10 @@ gtk_style_detach (GtkStyle *style)
|
|||||||
* @style: a #GtkStyle.
|
* @style: a #GtkStyle.
|
||||||
* @returns: @style.
|
* @returns: @style.
|
||||||
*
|
*
|
||||||
|
* Increase the reference count of @style.
|
||||||
|
*
|
||||||
* Deprecated: 2.0: use g_object_ref() instead.
|
* Deprecated: 2.0: use g_object_ref() instead.
|
||||||
**/
|
*/
|
||||||
GtkStyle*
|
GtkStyle*
|
||||||
gtk_style_ref (GtkStyle *style)
|
gtk_style_ref (GtkStyle *style)
|
||||||
{
|
{
|
||||||
@ -833,8 +835,10 @@ gtk_style_ref (GtkStyle *style)
|
|||||||
* gtk_style_unref:
|
* gtk_style_unref:
|
||||||
* @style: a #GtkStyle.
|
* @style: a #GtkStyle.
|
||||||
*
|
*
|
||||||
|
* Decrease the reference count of @style.
|
||||||
|
*
|
||||||
* Deprecated: 2.0: use g_object_unref() instead.
|
* Deprecated: 2.0: use g_object_unref() instead.
|
||||||
**/
|
*/
|
||||||
void
|
void
|
||||||
gtk_style_unref (GtkStyle *style)
|
gtk_style_unref (GtkStyle *style)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user