[gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.

This commit is contained in:
Javier Jardón 2009-11-06 03:30:31 +01:00
parent 925fa99393
commit 7bc07ffe86

View File

@ -229,6 +229,8 @@ gdk_gc_finalize (GObject *object)
* Deprecated function; use g_object_ref() instead.
*
* Return value: the gc.
*
* Deprecated: 2.0: Use g_object_ref() instead.
**/
GdkGC *
gdk_gc_ref (GdkGC *gc)
@ -242,7 +244,7 @@ gdk_gc_ref (GdkGC *gc)
*
* Decrement the reference count of @gc.
*
* Deprecated: Use g_object_unref() instead.
* Deprecated: 2.0: Use g_object_unref() instead.
**/
void
gdk_gc_unref (GdkGC *gc)