Commit ae6524af89e7092c7a61bd959cb5688421b60233
- Diff rendering mode:
- inline
- side by side
docs/tools/gnome-foot.png
(0 / 16)
Binary files differ
docs/tools/gnome-gmush.png
(0 / 11)
Binary files differ
gtk/gtkadjustment.c
(0 / 4)
|   | |||
| 61 | 61 | static void gtk_adjustment_dispatch_properties_changed (GObject *object, | |
| 62 | 62 | guint n_pspecs, | |
| 63 | 63 | GParamSpec **pspecs); | |
| 64 | static void gtk_adjustment_dispatch_properties_changed (GObject *object, | ||
| 65 | guint n_pspecs, | ||
| 66 | GParamSpec **pspecs); | ||
| 67 | 64 | ||
| 68 | 65 | static guint adjustment_signals[LAST_SIGNAL] = { 0 }; | |
| 69 | 66 | ||
| … | … | ||
| 75 | 75 | ||
| 76 | 76 | gobject_class->set_property = gtk_adjustment_set_property; | |
| 77 | 77 | gobject_class->get_property = gtk_adjustment_get_property; | |
| 78 | gobject_class->dispatch_properties_changed = gtk_adjustment_dispatch_properties_changed; | ||
| 79 | 78 | gobject_class->dispatch_properties_changed = gtk_adjustment_dispatch_properties_changed; | |
| 80 | 79 | ||
| 81 | 80 | class->changed = NULL; |

