gtk: Document constants

This commit is contained in:
Maximiliano Sandoval 2024-05-25 18:16:08 +02:00
parent 5a9299f626
commit 1dc20eda28
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706
3 changed files with 17 additions and 0 deletions

View File

@ -30,6 +30,13 @@ G_BEGIN_DECLS
* No longer used by GTK, just left here on the off chance that some
* 3rd party code used this define.
*/
/**
* GTK_MAX_COMPOSE_LEN:
*
* Evaluates to the maximum length of a compose sequence.
*
* This macro is longer used by GTK.
*/
#define GTK_MAX_COMPOSE_LEN 7
#define GTK_TYPE_IM_CONTEXT_SIMPLE (gtk_im_context_simple_get_type ())

View File

@ -21,6 +21,11 @@
G_BEGIN_DECLS
/**
* GTK_IM_MODULE_EXTENSION_POINT_NAME:
*
* The default name of the extension point.
*/
#define GTK_IM_MODULE_EXTENSION_POINT_NAME "gtk-im-module"
G_END_DECLS

View File

@ -27,6 +27,11 @@
G_BEGIN_DECLS
/**
* GTK_MEDIA_FILE_EXTENSION_POINT_NAME:
*
* The default extension point name for media file.
*/
#define GTK_MEDIA_FILE_EXTENSION_POINT_NAME "gtk-media-file"
#define GTK_TYPE_MEDIA_FILE (gtk_media_file_get_type ())