Remove deprecated code from GdkPango
This commit is contained in:
committed by
Javier Jardón
parent
906a510007
commit
3d3fb6edc6
@ -870,7 +870,6 @@ gdk_pango_renderer_set_stipple
|
|||||||
gdk_pango_renderer_set_override_color
|
gdk_pango_renderer_set_override_color
|
||||||
gdk_pango_context_get
|
gdk_pango_context_get
|
||||||
gdk_pango_context_get_for_screen
|
gdk_pango_context_get_for_screen
|
||||||
gdk_pango_context_set_colormap
|
|
||||||
GdkPangoAttrEmbossed
|
GdkPangoAttrEmbossed
|
||||||
GdkPangoAttrEmbossColor
|
GdkPangoAttrEmbossColor
|
||||||
GdkPangoAttrStipple
|
GdkPangoAttrStipple
|
||||||
|
|||||||
@ -222,15 +222,6 @@ g_object_unref (gc);
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_pango_context_set_colormap ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@colormap:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkPangoAttrEmbossed ##### -->
|
<!-- ##### STRUCT GdkPangoAttrEmbossed ##### -->
|
||||||
<para>
|
<para>
|
||||||
A Pango text attribute containing a embossed bitmap to be used when
|
A Pango text attribute containing a embossed bitmap to be used when
|
||||||
|
|||||||
@ -895,9 +895,6 @@ gdk_pango_attr_embossed_new
|
|||||||
gdk_pango_attr_stipple_new
|
gdk_pango_attr_stipple_new
|
||||||
gdk_pango_context_get
|
gdk_pango_context_get
|
||||||
gdk_pango_context_get_for_screen
|
gdk_pango_context_get_for_screen
|
||||||
#ifndef GDK_DISABLE_DEPRECATED
|
|
||||||
gdk_pango_context_set_colormap
|
|
||||||
#endif
|
|
||||||
gdk_pango_layout_get_clip_region
|
gdk_pango_layout_get_clip_region
|
||||||
gdk_pango_layout_line_get_clip_region
|
gdk_pango_layout_line_get_clip_region
|
||||||
gdk_pango_renderer_get_default
|
gdk_pango_renderer_get_default
|
||||||
|
|||||||
@ -764,24 +764,6 @@ gdk_pango_renderer_set_override_color (GdkPangoRenderer *gdk_renderer,
|
|||||||
priv->override_color_set[part] = FALSE;
|
priv->override_color_set[part] = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* gdk_pango_context_set_colormap:
|
|
||||||
* @context: a #PangoContext
|
|
||||||
* @colormap: a #GdkColormap
|
|
||||||
*
|
|
||||||
* This function used to set the colormap to be used for drawing with
|
|
||||||
* @context. The colormap is now always derived from the graphics
|
|
||||||
* context used for drawing, so calling this function is no longer
|
|
||||||
* necessary.
|
|
||||||
**/
|
|
||||||
void
|
|
||||||
gdk_pango_context_set_colormap (PangoContext *context,
|
|
||||||
GdkColormap *colormap)
|
|
||||||
{
|
|
||||||
g_return_if_fail (PANGO_IS_CONTEXT (context));
|
|
||||||
g_return_if_fail (colormap == NULL || GDK_IS_COLORMAP (colormap));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Gets a renderer to draw with, setting the properties of the
|
/* Gets a renderer to draw with, setting the properties of the
|
||||||
* renderer and activating it. Note that since we activate the
|
* renderer and activating it. Note that since we activate the
|
||||||
* renderer here, the implicit setting of the matrix that
|
* renderer here, the implicit setting of the matrix that
|
||||||
|
|||||||
@ -108,10 +108,6 @@ PangoContext *gdk_pango_context_get_for_screen (GdkScreen *screen);
|
|||||||
#ifndef GDK_MULTIHEAD_SAFE
|
#ifndef GDK_MULTIHEAD_SAFE
|
||||||
PangoContext *gdk_pango_context_get (void);
|
PangoContext *gdk_pango_context_get (void);
|
||||||
#endif
|
#endif
|
||||||
#ifndef GDK_DISABLE_DEPRECATED
|
|
||||||
void gdk_pango_context_set_colormap (PangoContext *context,
|
|
||||||
GdkColormap *colormap);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Get a clip region to draw only part of a layout or
|
/* Get a clip region to draw only part of a layout or
|
||||||
|
|||||||
Reference in New Issue
Block a user