diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
commit | 7cb3f99fc794c2dc8ccc858845e3f2539e713a6c (patch) | |
tree | 9a76b00598af309c08f5b7cb7c0105aca0b5ca7a /gdk/x11/gdkfont-x11.c | |
parent | 7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff) | |
download | gtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz |
Document 2.2 API additions.
Diffstat (limited to 'gdk/x11/gdkfont-x11.c')
-rw-r--r-- | gdk/x11/gdkfont-x11.c | 10 |
1 files changed, 9 insertions, 1 deletions
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, |