diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-03-10 07:57:58 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-03-11 11:24:29 +0000 |
commit | 80013436d0b06d735602e61741666483a2f3a79c (patch) | |
tree | 4d5ace8014893b151a67046d914908a18b89a6be /docs | |
parent | 52858f709c79e4e8ff351240d724d1eafa2f4605 (diff) | |
download | gtk+-80013436d0b06d735602e61741666483a2f3a79c.tar.gz |
gtkentry: Document vfuncs in GtkEntryClass
Clarify that the signal handler vfuncs can be NULL, nothing else can,
and that they all have default implementations.
https://bugzilla.gnome.org/show_bug.cgi?id=712760
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index bcd3547fca..87741bd8d4 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -1119,6 +1119,7 @@ gtk_editable_get_type <FILE>gtkentry</FILE> <TITLE>GtkEntry</TITLE> GtkEntry +GtkEntryClass gtk_entry_new gtk_entry_new_with_buffer gtk_entry_get_buffer |