Bump gtk-doc dep to 1.20
[platform/upstream/glib.git] / glib / goption.h
index ee01377..3162dd2 100644 (file)
@@ -13,9 +13,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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/>.
  */
 
 #ifndef __G_OPTION_H__
@@ -342,6 +340,10 @@ gboolean        g_option_context_parse            (GOptionContext      *context,
                                                   gint                *argc,
                                                   gchar             ***argv,
                                                   GError             **error);
+GLIB_AVAILABLE_IN_2_40
+gboolean        g_option_context_parse_strv       (GOptionContext      *context,
+                                                   gchar             ***arguments,
+                                                   GError             **error);
 GLIB_AVAILABLE_IN_ALL
 void            g_option_context_set_translate_func (GOptionContext     *context,
                                                     GTranslateFunc      func,