forked from AuroraMiddleware/gtk
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);
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_native_realize:
|
||||
* @self: a #GtkNative
|
||||
*
|
||||
* Realizes a #GtkNative.
|
||||
*/
|
||||
void
|
||||
gtk_native_realize (GtkNative *self)
|
||||
{
|
||||
@ -146,6 +152,12 @@ gtk_native_realize (GtkNative *self)
|
||||
verify_priv_unrealized);
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_native_unrealize:
|
||||
* @self: a #GtkNative
|
||||
*
|
||||
* Unrealizes a #GtkNative.
|
||||
*/
|
||||
void
|
||||
gtk_native_unrealize (GtkNative *self)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user