Backed out changeset 73361c427538

This commit is contained in:
Yevgen Muntyan 2017-05-25 12:48:51 -07:00
parent 63b563eee3
commit 85380579c8
6 changed files with 11 additions and 11 deletions

View File

@ -1863,9 +1863,9 @@ block_uncomment (GtkTextBuffer *buffer,
} }
///** //**
// * moo_edit_comment_selection: * moo_edit_comment_selection:
// **/ **/
void void
moo_edit_comment_selection (MooEdit *edit) moo_edit_comment_selection (MooEdit *edit)
{ {
@ -1922,9 +1922,9 @@ moo_edit_comment_selection (MooEdit *edit)
} }
///** //**
// * moo_edit_uncomment_selection: * moo_edit_uncomment_selection:
// **/ **/
void void
moo_edit_uncomment_selection (MooEdit *edit) moo_edit_uncomment_selection (MooEdit *edit)
{ {

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>. * License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "mooedit/native/mootextfind.h" #include "mooedit/mootextfind.h"
#include "mooedit/mootextview.h" #include "mooedit/mootextview.h"
#include "mooedit/mooeditdialogs.h" #include "mooedit/mooeditdialogs.h"
#ifndef MOO_USE_SCI #ifndef MOO_USE_SCI

View File

@ -16,7 +16,7 @@
#ifndef MOO_TEXT_PRINT_PRIVATE_H #ifndef MOO_TEXT_PRINT_PRIVATE_H
#define MOO_TEXT_PRINT_PRIVATE_H #define MOO_TEXT_PRINT_PRIVATE_H
#include <mooedit/native/mootextprint.h> #include <mooedit/mootextprint.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>. * License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "mooedit/native/mootextprint-private.h" #include "mooedit/mootextprint-private.h"
#include "mooedit/mooedit.h" #include "mooedit/mooedit.h"
#include "mooedit/mooedit-impl.h" #include "mooedit/mooedit-impl.h"
#include "mooedit/mooeditview-impl.h" #include "mooedit/mooeditview-impl.h"

View File

@ -16,7 +16,7 @@
#ifndef MOO_TEXT_SEARCH_PRIVATE_H #ifndef MOO_TEXT_SEARCH_PRIVATE_H
#define MOO_TEXT_SEARCH_PRIVATE_H #define MOO_TEXT_SEARCH_PRIVATE_H
#include <mooedit/native/mootextsearch.h> #include <mooedit/mootextsearch.h>
#include <mooglib/moo-glib.h> #include <mooglib/moo-glib.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -13,7 +13,7 @@
* License along with medit. If not, see <http://www.gnu.org/licenses/>. * License along with medit. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "mooedit/native/mootextsearch-private.h" #include "mooedit/mootextsearch-private.h"
#include "gtksourceview/gtksourceview-api.h" #include "gtksourceview/gtksourceview-api.h"
#include "mooutils/mooutils-misc.h" #include "mooutils/mooutils-misc.h"
#include <mooglib/moo-glib.h> #include <mooglib/moo-glib.h>