mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
statusbar: Remove garbage from header file
Nobody will ever read those comments; documentation belongs into the soruce file so gtk-doc actually picks it up.
This commit is contained in:
parent
9109b0c3f2
commit
4e9a879de0
@ -30,7 +30,7 @@
|
|||||||
#error "Only <gtk/gtk.h> can be included directly."
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gtk/gtkbox.h>
|
#include <gtk/gtkwidget.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
@ -54,8 +54,6 @@ struct _GtkStatusbarClass
|
|||||||
{
|
{
|
||||||
GtkWidgetClass parent_class;
|
GtkWidgetClass parent_class;
|
||||||
|
|
||||||
gpointer reserved;
|
|
||||||
|
|
||||||
void (*text_pushed) (GtkStatusbar *statusbar,
|
void (*text_pushed) (GtkStatusbar *statusbar,
|
||||||
guint context_id,
|
guint context_id,
|
||||||
const gchar *text);
|
const gchar *text);
|
||||||
@ -75,13 +73,9 @@ GDK_AVAILABLE_IN_ALL
|
|||||||
GType gtk_statusbar_get_type (void) G_GNUC_CONST;
|
GType gtk_statusbar_get_type (void) G_GNUC_CONST;
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
GtkWidget* gtk_statusbar_new (void);
|
GtkWidget* gtk_statusbar_new (void);
|
||||||
/* If you don't want to use contexts, 0 is a predefined global
|
|
||||||
* context_id you can pass to push/pop/remove
|
|
||||||
*/
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
guint gtk_statusbar_get_context_id (GtkStatusbar *statusbar,
|
guint gtk_statusbar_get_context_id (GtkStatusbar *statusbar,
|
||||||
const gchar *context_description);
|
const gchar *context_description);
|
||||||
/* Returns message_id used for gtk_statusbar_remove */
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
guint gtk_statusbar_push (GtkStatusbar *statusbar,
|
guint gtk_statusbar_push (GtkStatusbar *statusbar,
|
||||||
guint context_id,
|
guint context_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user