forked from AuroraMiddleware/gtk
Fix conflict Git markers
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619655
This commit is contained in:
parent
0c6565e1d3
commit
a538f639b6
@ -504,11 +504,7 @@
|
||||
* </listitem>
|
||||
* </varlistentry>
|
||||
* <varlistentry>
|
||||
<<<<<<< HEAD
|
||||
* <term><parameter>bookmark_indes</parameter> :</term>
|
||||
=======
|
||||
* <term><parameter>bookmark_index</parameter> :</term>
|
||||
>>>>>>> native-layout-incubator
|
||||
* <listitem>
|
||||
* <simpara>
|
||||
* index of the bookmark to switch to; the indices start at 0.
|
||||
|
@ -397,15 +397,9 @@ gtk_scrolled_window_init (GtkScrolledWindow *scrolled_window)
|
||||
* gtk_scrolled_window_new:
|
||||
* @hadjustment: (allow-none): horizontal adjustment
|
||||
* @vadjustment: (allow-none): vertical adjustment
|
||||
<<<<<<< HEAD
|
||||
*
|
||||
* Creates a new scrolled window.
|
||||
*
|
||||
=======
|
||||
*
|
||||
* Creates a new scrolled window.
|
||||
*
|
||||
>>>>>>> native-layout-incubator
|
||||
* The two arguments are the scrolled window's adjustments; these will be
|
||||
* shared with the scrollbars and the child widget to keep the bars in sync
|
||||
* with the child. Usually you want to pass %NULL for the adjustments, which
|
||||
|
Loading…
Reference in New Issue
Block a user