forked from AuroraMiddleware/gtk
Remove deprecated code from GdkPixmap
This commit is contained in:
parent
92e5d321d6
commit
b9b8efc528
@ -258,11 +258,7 @@ gdk_pixmap_create_from_xpm
|
|||||||
gdk_pixmap_colormap_create_from_xpm
|
gdk_pixmap_colormap_create_from_xpm
|
||||||
gdk_pixmap_create_from_xpm_d
|
gdk_pixmap_create_from_xpm_d
|
||||||
gdk_pixmap_colormap_create_from_xpm_d
|
gdk_pixmap_colormap_create_from_xpm_d
|
||||||
gdk_pixmap_ref
|
|
||||||
gdk_pixmap_unref
|
|
||||||
GdkBitmap
|
GdkBitmap
|
||||||
gdk_bitmap_ref
|
|
||||||
gdk_bitmap_unref
|
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GDK_PIXMAP
|
GDK_PIXMAP
|
||||||
|
@ -118,21 +118,6 @@ for the new pixmap. Can be %NULL, if the depth is given.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gdk_pixmap_ref ##### -->
|
|
||||||
<para>
|
|
||||||
Deprecated equivalent of g_object_ref().
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@Returns: @pixmap
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gdk_pixmap_unref ##### -->
|
|
||||||
<para>
|
|
||||||
Deprecated equivalent of g_object_unref().
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### TYPEDEF GdkBitmap ##### -->
|
<!-- ##### TYPEDEF GdkBitmap ##### -->
|
||||||
<para>
|
<para>
|
||||||
An opaque structure representing an offscreen drawable of depth
|
An opaque structure representing an offscreen drawable of depth
|
||||||
@ -140,20 +125,3 @@ An opaque structure representing an offscreen drawable of depth
|
|||||||
#GdkWindow, can often be used interchangeably. The type #GdkDrawable
|
#GdkWindow, can often be used interchangeably. The type #GdkDrawable
|
||||||
refers generically to any of these types.
|
refers generically to any of these types.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gdk_bitmap_ref ##### -->
|
|
||||||
<para>
|
|
||||||
Deprecated equivalent of g_object_ref().
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@Returns: @pixmap
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gdk_bitmap_unref ##### -->
|
|
||||||
<para>
|
|
||||||
Deprecated equivalent of g_object_unref().
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,12 +118,6 @@ GdkPixmap* gdk_pixmap_foreign_new_for_screen (GdkScreen *screen,
|
|||||||
gint height,
|
gint height,
|
||||||
gint depth);
|
gint depth);
|
||||||
|
|
||||||
#ifndef GDK_DISABLE_DEPRECATED
|
|
||||||
#define gdk_bitmap_ref g_object_ref
|
|
||||||
#define gdk_bitmap_unref g_object_unref
|
|
||||||
#define gdk_pixmap_ref g_object_ref
|
|
||||||
#define gdk_pixmap_unref g_object_unref
|
|
||||||
#endif /* GDK_DISABLE_DEPRECATED */
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user