mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
[gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.
This commit is contained in:
parent
925fa99393
commit
7bc07ffe86
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user