mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
docs: Add missing documentation GtkNative
This commit is contained in:
parent
2aec47f56f
commit
548949214c
@ -119,6 +119,12 @@ verify_priv_unrealized (gpointer user_data)
|
|||||||
g_free (priv);
|
g_free (priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gtk_native_realize:
|
||||||
|
* @self: a #GtkNative
|
||||||
|
*
|
||||||
|
* Realizes a #GtkNative.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
gtk_native_realize (GtkNative *self)
|
gtk_native_realize (GtkNative *self)
|
||||||
{
|
{
|
||||||
@ -146,6 +152,12 @@ gtk_native_realize (GtkNative *self)
|
|||||||
verify_priv_unrealized);
|
verify_priv_unrealized);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gtk_native_unrealize:
|
||||||
|
* @self: a #GtkNative
|
||||||
|
*
|
||||||
|
* Unrealizes a #GtkNative.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
gtk_native_unrealize (GtkNative *self)
|
gtk_native_unrealize (GtkNative *self)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user