From eba146a5f48ee3f9bceed8a5d717f9f38650d852 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 16 Jun 2013 11:41:52 +0200 Subject: [PATCH] docs: update links to developer.gnome.org The URL layout has changed. Fix the links and comment out one paragraph where the doc is gone. Fixes #702135 --- docs/faq/developing.xml | 5 ++++- docs/manual/basics-elements.xml | 4 ++-- docs/manual/basics-init.xml | 2 +- docs/pwg/intro-preface.xml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/faq/developing.xml b/docs/faq/developing.xml index b145989..8472b96 100644 --- a/docs/faq/developing.xml +++ b/docs/faq/developing.xml @@ -192,8 +192,11 @@ be indented, header files may be indented manually for better readability (however, please use spaces for indenting, not tabs, even in header files). + Where possible, we try to adhere to the spirit of GObject and use similar coding idioms. diff --git a/docs/manual/basics-elements.xml b/docs/manual/basics-elements.xml index 8f81493..42bd1f6 100644 --- a/docs/manual/basics-elements.xml +++ b/docs/manual/basics-elements.xml @@ -283,9 +283,9 @@ main (int argc, For more information about GObject properties we recommend you read the GObject manual and an introduction to + url="https://developer.gnome.org/gobject/stable/pt01.html" type="http"> The Glib Object system. diff --git a/docs/manual/basics-init.xml b/docs/manual/basics-init.xml index f543caa..7a8467b 100644 --- a/docs/manual/basics-init.xml +++ b/docs/manual/basics-init.xml @@ -115,7 +115,7 @@ main (int argc, As shown in this fragment, you can use a GOption table to define your application-specific command line options, and pass this table to the GLib initialization function along with the option group returned from the diff --git a/docs/pwg/intro-preface.xml b/docs/pwg/intro-preface.xml index bb6699f..b6c8d6b 100644 --- a/docs/pwg/intro-preface.xml +++ b/docs/pwg/intro-preface.xml @@ -112,7 +112,7 @@ understanding of the C language. Since &GStreamer; adheres to the GObject programming model, this guide also assumes that you understand the basics of GObject + url="https://developer.gnome.org/gobject/stable/pt01.html">GObject programming. You may also want to have a look at Eric Harlow's book Developing Linux Applications with -- 2.7.4