summaryrefslogtreecommitdiff
path: root/pluma/pluma-encodings-combo-box.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-05 21:06:15 +0200
committerinfirit <[email protected]>2015-09-05 21:46:09 +0200
commit3d9e640cc4221a43d214951da5cbdc43c4f55662 (patch)
treea4fbe0612956b35a63c1cec927ea9ad7e79bb217 /pluma/pluma-encodings-combo-box.c
parent1618c8f7248722265450b11ef48ced34c7a317a5 (diff)
downloadpluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.bz2
pluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.xz
Fix up the docs
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
Diffstat (limited to 'pluma/pluma-encodings-combo-box.c')
-rw-r--r--pluma/pluma-encodings-combo-box.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pluma/pluma-encodings-combo-box.c b/pluma/pluma-encodings-combo-box.c
index 2f355424..f4815997 100644
--- a/pluma/pluma-encodings-combo-box.c
+++ b/pluma/pluma-encodings-combo-box.c
@@ -430,6 +430,11 @@ pluma_encodings_combo_box_get_selected_encoding (PlumaEncodingsComboBox *menu)
return NULL;
}
+/**
+ * pluma_encodings_combo_box_set_selected_encoding:
+ * @menu:
+ * @encoding: (allow-none):
+ **/
void
pluma_encodings_combo_box_set_selected_encoding (PlumaEncodingsComboBox *menu,
const PlumaEncoding *encoding)