From 7cb3f99fc794c2dc8ccc858845e3f2539e713a6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Nov 2002 00:33:17 +0000 Subject: Document 2.2 API additions. --- gdk/x11/gdkfont-x11.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gdk/x11/gdkfont-x11.c') diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c index 0b3a55a999..9c809cd113 100644 --- a/gdk/x11/gdkfont-x11.c +++ b/gdk/x11/gdkfont-x11.c @@ -98,7 +98,9 @@ gdk_fontset_name_hash_get (GdkDisplay *display) * * Returns the #GdkDisplay for @font. * - * Returns : the corresponding #GdkDisplay. + * Returns: the corresponding #GdkDisplay. + * + * Since: 2.2 **/ GdkDisplay* gdk_font_get_display (GdkFont* font) @@ -174,6 +176,8 @@ gdk_font_hash_lookup (GdkDisplay *display, * * The font may be newly loaded or looked up the font in a cache. * You should make no assumptions about the initial reference count. + * + * Since: 2.2 */ GdkFont * gdk_font_load_for_display (GdkDisplay *display, @@ -274,6 +278,8 @@ gdk_font_charset_for_locale (void) * * Return value: the newly loaded font, or %NULL if the font * cannot be loaded. + * + * Since: 2.2 */ GdkFont * gdk_font_from_description_for_display (GdkDisplay *display, @@ -328,6 +334,8 @@ gdk_font_from_description_for_display (GdkDisplay *display, * * The fontset may be newly loaded or looked up in a cache. * You should make no assumptions about the initial reference count. + * + * Since: 2.2 */ GdkFont * gdk_fontset_load_for_display (GdkDisplay *display, -- cgit v1.2.1