diff options
author | Tim Janik <timj@gtk.org> | 2002-01-09 10:28:02 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2002-01-09 10:28:02 +0000 |
commit | adb892f2c92f2cd984099d567907734710ac5d60 (patch) | |
tree | 535d1e22db71e8111bcf1dfda603bd65e906f4ab /docs/reference/gtk/tmpl/gtkselection.sgml | |
parent | 8ccfa3edb95ed3fb5d0ba4f3c0a46e8c729a768e (diff) | |
download | gtk+-adb892f2c92f2cd984099d567907734710ac5d60.tar.gz |
don't cast a possible NULL pointer.
Wed Jan 9 11:23:39 2002 Tim Janik <timj@gtk.org>
* gtk/gtklayout.c (gtk_layout_get_property):
* gtk/gtkspinbutton.c (gtk_spin_button_get_property):
* gtk/gtktreeview.c (gtk_tree_view_get_property):
* gtk/gtkwidget.c (gtk_widget_get_property):
* gtk/gtkfontsel.c (gtk_font_selection_get_property):
* gtk/gtkrange.c (gtk_range_get_property):
* gtk/gtkviewport.c (gtk_viewport_get_property):
* gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
possible NULL pointer.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkselection.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkselection.sgml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index 034ca8ef45..8fbc3b6895 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -292,53 +292,3 @@ gtk_selection_data_copy(). @data: a pointer to a #GtkSelectionData structure. -<!-- ##### FUNCTION gtk_selection_clear ##### --> -<para> -Internal function. -</para> - -@widget: -@event: -@Returns: - - -<!-- ##### FUNCTION gtk_selection_incr_event ##### --> -<para> -Internal function. -</para> - -@window: -@event: -@Returns: - - -<!-- ##### FUNCTION gtk_selection_notify ##### --> -<para> -Internal function. -</para> - -@widget: -@event: -@Returns: - - -<!-- ##### FUNCTION gtk_selection_property_notify ##### --> -<para> -Internal function. -</para> - -@widget: -@event: -@Returns: - - -<!-- ##### FUNCTION gtk_selection_request ##### --> -<para> -Internal function. -</para> - -@widget: -@event: -@Returns: - - |