[gtk+/gtk-3-0] menushell: Include a function in the private header
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-0] menushell: Include a function in the private header
- Date: Sat, 16 Apr 2011 22:56:39 +0000 (UTC)
commit a07c41dc38987383307985a9def86354c73b1fdd
Author: Benjamin Otte <otte redhat com>
Date: Thu Apr 14 15:28:40 2011 +0200
menushell: Include a function in the private header
Don't copy over the implementation. This avoids a copy of the function.
Reverts 0098344f84cedb6347fc99691f6e3d358ec112e7.
gtk/gtkmenushellprivate.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkmenushellprivate.h b/gtk/gtkmenushellprivate.h
index 5c93b08..1c6ed00 100644
--- a/gtk/gtkmenushellprivate.h
+++ b/gtk/gtkmenushellprivate.h
@@ -75,6 +75,8 @@ void _gtk_menu_shell_set_keyboard_mode (GtkMenuShell *menu_shell,
gboolean keyboard_mode);
gboolean _gtk_menu_shell_get_keyboard_mode (GtkMenuShell *menu_shell);
+void _gtk_menu_shell_activate (GtkMenuShell *menu_shell);
+
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]