]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsssection.c
Change FSF Address
[~andy/gtk] / gtk / gtkcsssection.c
index a33e3b454562bf37993e1c7cddf46e62c08a4f6b..dd4cc021f7463fa688770d55d9a7b8aec658aaac 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
@@ -279,13 +277,13 @@ gtk_css_section_get_end_line (const GtkCssSection *section)
 }
 
 /**
- * gtk_css_section_get_start_position:
+ * gtk_css_section_get_end_position:
  * @section: the section
  *
  * Returns the offset in bytes from the start of the current line
  * returned via gtk_css_section_get_end_line().
  * This value may change in future invocations of this function if
- * @section is not yet parsed completely. This will for example 
+ * @section is not yet parsed completely. This will for example
  * happen in the GtkCssProvider::parsing-error signal.
  * The end position and line may be identical to the start
  * position and line for sections which failed to parse anything