diff options
author | Benjamin Otte <otte@redhat.com> | 2017-01-20 03:16:39 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-15 14:22:16 -0500 |
commit | a7754a14b5e71cea195214eeeabc0e7ca69b728c (patch) | |
tree | fc61d09f4ce5403ad74f2fea27938dd68162134d /gtk/gtktoolshell.h | |
parent | 8df61992d78208eb403240cc53cdbdefcfef1e2e (diff) | |
download | gtk+-a7754a14b5e71cea195214eeeabc0e7ca69b728c.tar.gz |
toolbar: Remove icon sizes
Diffstat (limited to 'gtk/gtktoolshell.h')
-rw-r--r-- | gtk/gtktoolshell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktoolshell.h b/gtk/gtktoolshell.h index 561a77a360..4103481f78 100644 --- a/gtk/gtktoolshell.h +++ b/gtk/gtktoolshell.h @@ -43,7 +43,6 @@ typedef struct _GtkToolShellIface GtkToolShellIface; /** * GtkToolShellIface: - * @get_icon_size: mandatory implementation of gtk_tool_shell_get_icon_size(). * @get_orientation: mandatory implementation of gtk_tool_shell_get_orientation(). * @get_style: mandatory implementation of gtk_tool_shell_get_style(). * @rebuild_menu: optional implementation of gtk_tool_shell_rebuild_menu(). @@ -60,7 +59,6 @@ struct _GtkToolShellIface GTypeInterface g_iface; /*< public >*/ - GtkIconSize (*get_icon_size) (GtkToolShell *shell); GtkOrientation (*get_orientation) (GtkToolShell *shell); GtkToolbarStyle (*get_style) (GtkToolShell *shell); void (*rebuild_menu) (GtkToolShell *shell); @@ -74,8 +72,6 @@ GDK_AVAILABLE_IN_ALL GType gtk_tool_shell_get_type (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL -GtkIconSize gtk_tool_shell_get_icon_size (GtkToolShell *shell); -GDK_AVAILABLE_IN_ALL GtkOrientation gtk_tool_shell_get_orientation (GtkToolShell *shell); GDK_AVAILABLE_IN_ALL GtkToolbarStyle gtk_tool_shell_get_style (GtkToolShell *shell); |