diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-30 00:36:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-30 00:36:29 +0000 |
commit | f582c04a9c0433224f9723a03f4e8c55edca7667 (patch) | |
tree | f1a9d75f9cc06b60a0d7eb02c20d2dcb1d9c263b /gdk/gdkscreen.c | |
parent | f4345620002ea165719f432bc4ed40725604208d (diff) | |
download | gtk+-f582c04a9c0433224f9723a03f4e8c55edca7667.tar.gz |
Document the "direction-changed" and "keys-changed" signals.
2003-09-30 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Document the
"direction-changed" and "keys-changed" signals.
* gdk/gdkscreen.c (gdk_screen_class_init): Document the
"size-changed" signal.
* gdk/gdkdisplaymanager.c (gdk_display_manager_class_init):
Document the "display-opened" signal.
* gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
(gdk_display_class_init): Document the "closed" signal.
* gdk/tmpl/keys.sgml: Small addition.
* gdk/gdk-sections.txt: Add GdkDisplayClass and GdkScreenClass.
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufLoaderClass.
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r-- | gdk/gdkscreen.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 114dc49df2..0492ab2095 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -67,6 +67,15 @@ gdk_screen_get_type (void) static void gdk_screen_class_init (GdkScreenClass *klass) { + /** + * GdkScreen::size-changed: + * @screen: the object on which the signal is emitted + * + * The ::size_changed signal is emitted when the pixel width or + * height of a screen changes. + * + * Since: 2.2 + */ signals[SIZE_CHANGED] = g_signal_new ("size_changed", G_OBJECT_CLASS_TYPE (klass), |