summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-12 20:07:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-12 21:12:16 -0400
commit050cba6a31bb783720eb2cb9e773784d24107f03 (patch)
treeb45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtksocket.c
parentda755ada52a2ce482c1fc15be70e9f2dbd477201 (diff)
downloadgtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz
Fix malformed doc comments
Most of these are forgotten :'s and similar details which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r--gtk/gtksocket.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c
index 4aac2e032e..6a0202c9d7 100644
--- a/gtk/gtksocket.c
+++ b/gtk/gtksocket.c
@@ -439,7 +439,6 @@ gtk_socket_realize (GtkWidget *widget)
/**
* gtk_socket_end_embedding:
- *
* @socket: a #GtkSocket
*
* Called to end the embedding of a plug in the socket.
@@ -731,7 +730,6 @@ find_accel_key (GtkAccelKey *key,
/**
* gtk_socket_add_grabbed_key:
- *
* @socket: a #GtkSocket
* @keyval: a key
* @modifiers: modifiers for the key
@@ -921,7 +919,6 @@ gtk_socket_notify (GObject *object,
/**
* gtk_socket_claim_focus:
- *
* @socket: a #GtkSocket
* @send_event: huh?
*
@@ -1008,11 +1005,10 @@ gtk_socket_forall (GtkContainer *container,
/**
* gtk_socket_add_window:
- *
* @socket: a #GtkSocket
* @xid: the native identifier for a window
* @need_reparent: whether the socket's plug's window needs to be
- * reparented to the socket
+ * reparented to the socket
*
* Adds a window to a GtkSocket.
*/
@@ -1145,7 +1141,6 @@ gtk_socket_add_window (GtkSocket *socket,
/**
* gtk_socket_handle_map_request:
- *
* @socket: a #GtkSocket
*
* Called from the GtkSocket backend when the plug has been mapped.
@@ -1183,7 +1178,6 @@ gtk_socket_unmap_notify (GtkSocket *socket)
/**
* gtk_socket_advance_toplevel_focus:
- *
* @socket: a #GtkSocket
* @direction: a direction
*