mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix up some doc comments to shut up gtk-doc.
2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c: * gtk/gtknotebook.c: * gtk/gtkplugprivate.h: * gtk/gtksocket.c: * gtk/gtksocketprivate.h: * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc. svn path=/trunk/; revision=19066
This commit is contained in:
parent
f5034f4080
commit
7819005e2e
@ -1,3 +1,12 @@
|
||||
2007-11-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c:
|
||||
* gtk/gtknotebook.c:
|
||||
* gtk/gtkplugprivate.h:
|
||||
* gtk/gtksocket.c:
|
||||
* gtk/gtksocketprivate.h:
|
||||
* gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
|
||||
|
||||
2007-11-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
|
||||
|
@ -731,7 +731,7 @@ post_parse_hook (GOptionContext *context,
|
||||
* with g_option_context_add_group(), if you are using
|
||||
* g_option_context_parse() to parse your commandline arguments.
|
||||
*
|
||||
* Returns a #GOptionGroup for the commandline arguments recognized
|
||||
* Returns: a #GOptionGroup for the commandline arguments recognized
|
||||
* by GTK+
|
||||
*
|
||||
* Since: 2.6
|
||||
|
@ -6970,10 +6970,10 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
|
||||
* Retrieves the text of the tab label for the page containing
|
||||
* @child.
|
||||
*
|
||||
* Returns value: the text of the tab label, or %NULL if the
|
||||
* tab label widget is not a #GtkLabel. The
|
||||
* string is owned by the widget and must not
|
||||
* be freed.
|
||||
* Return value: the text of the tab label, or %NULL if the
|
||||
* tab label widget is not a #GtkLabel. The
|
||||
* string is owned by the widget and must not
|
||||
* be freed.
|
||||
**/
|
||||
G_CONST_RETURN gchar *
|
||||
gtk_notebook_get_tab_label_text (GtkNotebook *notebook,
|
||||
@ -7104,11 +7104,11 @@ gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
|
||||
* Retrieves the text of the menu label for the page containing
|
||||
* @child.
|
||||
*
|
||||
* Returns value: the text of the tab label, or %NULL if the
|
||||
* widget does not have a menu label other than
|
||||
* the default menu label, or the menu label widget
|
||||
* is not a #GtkLabel. The string is owned by
|
||||
* the widget and must not be freed.
|
||||
* Return value: the text of the tab label, or %NULL if the
|
||||
* widget does not have a menu label other than
|
||||
* the default menu label, or the menu label widget
|
||||
* is not a #GtkLabel. The string is owned by
|
||||
* the widget and must not be freed.
|
||||
**/
|
||||
G_CONST_RETURN gchar *
|
||||
gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
|
||||
|
@ -36,7 +36,7 @@ void _gtk_plug_handle_modality_off (GtkPlug *plug);
|
||||
|
||||
/* In backend-specific file: */
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_get_id:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -45,7 +45,7 @@ void _gtk_plug_handle_modality_off (GtkPlug *plug);
|
||||
*/
|
||||
GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_realize_toplevel:
|
||||
*
|
||||
* @plug_window: a #GtkPlug's #GdkWindow
|
||||
@ -55,7 +55,7 @@ GdkNativeWindow _gtk_plug_windowing_get_id (GtkPlug *plug);
|
||||
*/
|
||||
void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_map_toplevel:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -65,7 +65,7 @@ void _gtk_plug_windowing_realize_toplevel (GtkPlug *plug);
|
||||
*/
|
||||
void _gtk_plug_windowing_map_toplevel (GtkPlug *plug);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_map_toplevel:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -75,7 +75,7 @@ void _gtk_plug_windowing_map_toplevel (GtkPlug *plug);
|
||||
*/
|
||||
void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_set_focus:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -85,7 +85,7 @@ void _gtk_plug_windowing_unmap_toplevel (GtkPlug *plug);
|
||||
*/
|
||||
void _gtk_plug_windowing_set_focus (GtkPlug *plug);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_add_grabbed_key:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -99,7 +99,7 @@ void _gtk_plug_windowing_add_grabbed_key (GtkPlug *plug,
|
||||
guint accelerator_key,
|
||||
GdkModifierType accelerator_mods);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_remove_grabbed_key:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -113,7 +113,7 @@ void _gtk_plug_windowing_remove_grabbed_key (GtkPlug *plug,
|
||||
guint accelerator_key,
|
||||
GdkModifierType accelerator_mods);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_focus_to_parent:
|
||||
*
|
||||
* @plug: a #GtkPlug
|
||||
@ -125,7 +125,7 @@ void _gtk_plug_windowing_remove_grabbed_key (GtkPlug *plug,
|
||||
void _gtk_plug_windowing_focus_to_parent (GtkPlug *plug,
|
||||
GtkDirectionType direction);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_plug_windowing_filter_func:
|
||||
*
|
||||
* @gdk_xevent: a windowing system native event
|
||||
|
@ -84,7 +84,7 @@ enum {
|
||||
|
||||
static guint socket_signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_get_private:
|
||||
*
|
||||
* @socket: a #GtkSocket
|
||||
|
@ -56,7 +56,7 @@ void _gtk_socket_advance_toplevel_focus (GtkSocket *socket,
|
||||
|
||||
/* In backend-specific file: */
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_get_id:
|
||||
*
|
||||
* @socket: a #GtkSocket
|
||||
@ -65,25 +65,25 @@ void _gtk_socket_advance_toplevel_focus (GtkSocket *socket,
|
||||
*/
|
||||
GdkNativeWindow _gtk_socket_windowing_get_id (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_realize_window:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_realize_window (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_end_embedding_toplevel:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_end_embedding_toplevel (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_size_request:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_size_request (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_send_key_event:
|
||||
*
|
||||
*/
|
||||
@ -91,41 +91,41 @@ void _gtk_socket_windowing_send_key_event (GtkSocket *socket,
|
||||
GdkEvent *gdk_event,
|
||||
gboolean mask_key_presses);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_focus_change:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_focus_change (GtkSocket *socket,
|
||||
gboolean focus_in);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_update_active:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_update_active (GtkSocket *socket,
|
||||
gboolean active);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_update_modality:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_update_modality (GtkSocket *socket,
|
||||
gboolean modality);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_focus:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_focus (GtkSocket *socket,
|
||||
GtkDirectionType direction);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_send_configure_event:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_send_configure_event (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_select_plug_window_input:
|
||||
*
|
||||
* Asks the windowing system to send necessary events related to the
|
||||
@ -134,7 +134,7 @@ void _gtk_socket_windowing_send_configure_event (GtkSocket *socket);
|
||||
*/
|
||||
void _gtk_socket_windowing_select_plug_window_input (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_embed_get_info:
|
||||
*
|
||||
* Gets whatever information necessary about an out-of-process plug
|
||||
@ -142,25 +142,25 @@ void _gtk_socket_windowing_select_plug_window_input (GtkSocket *socket);
|
||||
*/
|
||||
void _gtk_socket_windowing_embed_get_info (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_embed_notify:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_embed_notify (GtkSocket *socket);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_embed_get_focus_wrapped:
|
||||
*
|
||||
*/
|
||||
gboolean _gtk_socket_windowing_embed_get_focus_wrapped (void);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_embed_set_focus_wrapped:
|
||||
*
|
||||
*/
|
||||
void _gtk_socket_windowing_embed_set_focus_wrapped (void);
|
||||
|
||||
/**
|
||||
/*
|
||||
* _gtk_socket_windowing_filter_func:
|
||||
*
|
||||
*/
|
||||
|
@ -714,7 +714,7 @@ gtk_table_set_row_spacings (GtkTable *table,
|
||||
* the spacing that will be used for newly added rows.
|
||||
* (See gtk_table_set_row_spacings())
|
||||
*
|
||||
* Returns value: the default row spacing
|
||||
* Return value: the default row spacing
|
||||
**/
|
||||
guint
|
||||
gtk_table_get_default_row_spacing (GtkTable *table)
|
||||
@ -750,7 +750,7 @@ gtk_table_set_col_spacings (GtkTable *table,
|
||||
* the spacing that will be used for newly added columns.
|
||||
* (See gtk_table_set_col_spacings())
|
||||
*
|
||||
* Returns value: the default column spacing
|
||||
* Return value: the default column spacing
|
||||
**/
|
||||
guint
|
||||
gtk_table_get_default_col_spacing (GtkTable *table)
|
||||
|
Loading…
Reference in New Issue
Block a user